2013-05-20 07:57:39 +00:00
|
|
|
<?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>
|
2013-06-18 17:44:06 +00:00
|
|
|
<item>OpenGL ES 3</item>
|
2013-05-20 07:57:39 +00:00
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<string-array name="gpuValues">
|
|
|
|
<item>Software Renderer</item>
|
|
|
|
<item>OGL</item>
|
|
|
|
</string-array>
|
|
|
|
</resources>
|