mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-19 12:31:17 +01:00
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> |