mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-16 02:59:11 +01:00
12 lines
313 B
XML
12 lines
313 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="gpuOptions">
|
|
<item>Software Renderer</item>
|
|
<item>OpenGL ES 3</item>
|
|
</string-array>
|
|
|
|
<string-array name="gpuValues">
|
|
<item>Software Renderer</item>
|
|
<item>OGL</item>
|
|
</string-array>
|
|
</resources> |