Show OpenGL or OpenGL ES on Android depending on what the device supports.

Reduces confusion for the users
This commit is contained in:
Ryan Houdek
2014-09-19 09:09:44 -05:00
parent bd740ae9c7
commit e18860830a
4 changed files with 19 additions and 2 deletions

View File

@ -150,6 +150,7 @@
<string name="video_settings">ビデオ</string>
<string name="software_renderer">Software Renderer</string>
<string name="opengl_es3">OpenGL ES</string>
<string name="opengl">OpenGL</string>
<string name="video_backend">ビデオレンダラ</string>
<string name="video_backend_desc">%s</string>
<string name="show_fps">FPSを表示</string>