summaryrefslogtreecommitdiff
path: root/Source/Android/res/layout
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-20 14:33:30 -0400
committerLioncash <mathew1800@gmail.com>2013-08-20 14:33:30 -0400
commit3fdfd758320c10b0ca826859e27ef5cc421eb15f (patch)
tree359b86b55df16961b819937de94db5cf1f471681 /Source/Android/res/layout
parent642657d07ca77d0018e4142ffa7e06c9bbcfe39f (diff)
[Android] Add most of the Dolphin video/gfx settings to the settings menu.
Diffstat (limited to 'Source/Android/res/layout')
-rw-r--r--Source/Android/res/layout/prefs.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/Source/Android/res/layout/prefs.xml b/Source/Android/res/layout/prefs.xml
deleted file mode 100644
index 53dd443300..0000000000
--- a/Source/Android/res/layout/prefs.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- CPU Settings -->
- <PreferenceScreen
- android:title="@string/cpu_settings">
-
- <CheckBoxPreference
- android:key="dualCorePref"
- android:summary="@string/on_off"
- android:title="@string/dual_core" />
-
- <ListPreference
- android:key="cpuCorePref"
- android:summary="@string/emu_core_to_use"
- android:title="@string/cpu_core" />
-
- </PreferenceScreen>
-
- <!-- Video Settings -->
- <PreferenceScreen
- android:title="@string/video_settings">
-
- <ListPreference
- android:key="gpuPref"
- android:summary="@string/video_backend_to_use"
- android:title="@string/video_backend" />
-
- </PreferenceScreen>
-</PreferenceScreen> \ No newline at end of file