mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
[Android] Redo the Settings menu, Can now change the CPU Core, dual core setting, and video backend in the settings"
This commit is contained in:
22
Source/Android/res/values/prefvalues.xml
Normal file
22
Source/Android/res/values/prefvalues.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="cpuOptions">
|
||||
<item>Interpreter</item>
|
||||
<item>ARM JIT Recompiler</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cpuValues">
|
||||
<item>0</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="gpuOptions">
|
||||
<item>Software Renderer</item>
|
||||
<item>OpenGL</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="gpuValues">
|
||||
<item>Software Renderer</item>
|
||||
<item>OGL</item>
|
||||
</string-array>
|
||||
</resources>
|
Reference in New Issue
Block a user