12 lines
355 B
XML
12 lines
355 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="gpuOptions" translatable="false">
|
|
<item>Software Renderer</item>
|
|
<item>OpenGL ES 3</item>
|
|
</string-array>
|
|
|
|
<string-array name="gpuValues" translatable="false">
|
|
<item>Software Renderer</item>
|
|
<item>OGL</item>
|
|
</string-array>
|
|
</resources> |