[Android] Add the option to show the on-screen FPS counter.

This commit is contained in:
Lioncash
2013-09-01 03:07:16 -04:00
parent b03ff7a86b
commit 440ae412b0
4 changed files with 40 additions and 26 deletions

View File

@ -80,6 +80,8 @@
<string name="opengl_es3">OpenGL ES 3</string>
<string name="video_backend">ビデオレンダラ</string>
<string name="video_backend_to_use">使用するビデオレンダラー</string>
<string name="show_fps">FPSを表示</string>
<string name="show_fps_descrip">エミュレーション速度の指標として、画面左上に毎秒レンダリングされた フレーム数を表示します。</string>
<string name="draw_onscreen_controls">画面上のコントロールを描画</string>
<string name="enhancements">画質向上の設定</string>