diff options
| author | sigmabeta <sigmabeta@users.noreply.github.com> | 2016-02-06 18:00:36 -0500 |
|---|---|---|
| committer | sigmabeta <sigmabeta@users.noreply.github.com> | 2016-02-08 21:23:16 -0500 |
| commit | 85cf07e87e4d472bb83a736d5c4420918cc24469 (patch) | |
| tree | 1b5777510cc05a3c997834fc474f832e6b5fa5d9 /Source/Android/app/src/main/res/values/strings.xml | |
| parent | 32dcb4c37cb70d895afd9a5050edbfb79f51d7a2 (diff) | |
Add Wiimote Input menu
Diffstat (limited to 'Source/Android/app/src/main/res/values/strings.xml')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index e3e309ca73..fa2dcb7a00 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -95,10 +95,14 @@ <string name="modifier_range">Modifier Range</string> <string name="analog_radius">Analog Radius (High value = High sensitivity)</string> <string name="analog_threshold">Analog Threshold (Low value = High sensitivity)</string> + + <!-- WARNING Do not move these controller entries AT ALL COSTS! --> <string name="wiimote_0">Wiimote 1</string> <string name="wiimote_1">Wiimote 2</string> <string name="wiimote_2">Wiimote 3</string> <string name="wiimote_3">Wiimote 4</string> + <!-- END WARNING --> + <string name="enable_wiimote">Enable Wiimote</string> <string name="wiimote_ir">IR Motion Controls</string> <string name="wiimote_swing">Swing Navigation</string> @@ -245,6 +249,9 @@ <string name="overclock_enable_description">Higher values can make variable-framerate games run at a higher framerate, requiring a powerful device. Lower values make games run at a lower framerate, increasing emulation speed, but reducing the emulated console\'s performance.</string> <string name="overclock_title">Emulated CPU Clock Speed</string> <string name="overclock_warning">WARNING: Changing this from the default (100%) WILL break games and cause glitches. Please do not report bugs that occur with a non-default clock.</string> + <string name="wiimote_scanning">Wiimote Continuous Scanning</string> + <string name="wiimote_scanning_description">Leave this on if you are using a DolphinBar for real Wiimote support.</string> + <!-- Video Preference Fragment --> <string name="video_settings">Video</string> @@ -324,6 +331,7 @@ <string name="grid_menu_core_settings">CPU Settings</string> <string name="grid_menu_video_settings">Video Settings</string> <string name="grid_menu_gcpad_settings">GameCube Input</string> + <string name="grid_menu_wiimote_settings">Wii Input</string> <string name="grid_menu_refresh">Refresh Library</string> <!-- Add Directory Screen--> |
