diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2019-01-07 13:50:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-07 13:50:57 -0800 |
| commit | 3da06970d9e497e497b452182ec99fa6e960d15a (patch) | |
| tree | 93508c6b0ba05c4948f0283b6cd49b0f047cc29f /Source/Android/app/src/main/res/values | |
| parent | c73adf8d8ee4ace728e27d806b481569efe65e35 (diff) | |
| parent | 7b2629717bed9a0fc0baf7fb8adc157f650ba594 (diff) | |
Merge pull request #7605 from zackhow/jitarmconfigs
Android: Add Jit debug options to menu.
Diffstat (limited to 'Source/Android/app/src/main/res/values')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 14 |
1 files changed, 14 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 f387ad55f5..89a5cee805 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -230,6 +230,20 @@ <string name="wait_for_shaders">Compile Shaders Before Starting</string> <string name="wait_for_shaders_description">This causes a delay when launching games, but will reduce stuttering early on.</string> + <!-- Debug --> + <string name="debug_submenu">Debug</string> + <string name="debug_warning">Warning: These settings will slow emulation</string> + <string name="debug_jit_header">Jit</string> + <string name="debug_jitoff">Jit Disabled</string> + <string name="debug_jitloadstoreoff">Jit Load Store Disabled</string> + <string name="debug_jitloadstorefloatingoff">Jit Load Store Floating Point Disabled</string> + <string name="debug_jitloadstorepairedoff">Jit Load Store Paired Disabled</string> + <string name="debug_jitfloatingpointoff">Jit Floating Point Disabled</string> + <string name="debug_jitintegeroff">Jit Integer Disabled</string> + <string name="debug_jitpairedoff">Jit Paired Disabled</string> + <string name="debug_jitsystemregistersoffr">Jit System Registers Disabled</string> + <string name="debug_jitbranchoff">Jit Branch Disabled</string> + <!-- Miscellaneous --> <string name="yes">Yes</string> <string name="no">No</string> |
