From 440ae412b048a5686cb2197ff67f83166ec1541b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 1 Sep 2013 03:07:16 -0400 Subject: [PATCH] [Android] Add the option to show the on-screen FPS counter. --- Source/Android/res/values-ja/strings.xml | 2 + Source/Android/res/values/strings.xml | 2 + Source/Android/res/xml/video_prefs.xml | 55 ++++++++++--------- .../dolphinemu/settings/UserPreferences.java | 7 ++- 4 files changed, 40 insertions(+), 26 deletions(-) diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml index 71cdcd47b3..9e53c0a9c7 100644 --- a/Source/Android/res/values-ja/strings.xml +++ b/Source/Android/res/values-ja/strings.xml @@ -80,6 +80,8 @@ OpenGL ES 3 ビデオレンダラ 使用するビデオレンダラー + FPSを表示 + エミュレーション速度の指標として、画面左上に毎秒レンダリングされた フレーム数を表示します。 画面上のコントロールを描画 画質向上の設定 diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index 99522f5f00..bf9fd9eaa1 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -80,6 +80,8 @@ OpenGL ES 3 Video Backend Video backend to use + Show FPS + Show the number of frames rendered per second as a measure of emulation speed. Draw on-screen controls Enhancements diff --git a/Source/Android/res/xml/video_prefs.xml b/Source/Android/res/xml/video_prefs.xml index ec0c1837f7..6ec29c13a0 100644 --- a/Source/Android/res/xml/video_prefs.xml +++ b/Source/Android/res/xml/video_prefs.xml @@ -3,66 +3,66 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + + android:key="gpuPref" + android:summary="@string/video_backend_to_use" + android:title="@string/video_backend" /> + +