From efc0a7391de2c7af37861d998a1da94779983b9c Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 3 Nov 2020 16:13:55 +1000 Subject: [PATCH] Android: Add presented frame limit option --- android/app/src/main/res/values/arrays.xml | 20 +++++++++++++++++++ .../src/main/res/xml/advanced_preferences.xml | 8 ++++++++ 2 files changed, 28 insertions(+) diff --git a/android/app/src/main/res/values/arrays.xml b/android/app/src/main/res/values/arrays.xml index 5b25df342..1d17b8e7f 100644 --- a/android/app/src/main/res/values/arrays.xml +++ b/android/app/src/main/res/values/arrays.xml @@ -263,4 +263,24 @@ 4-ssaa 8-ssaa + + Unlimited (Display All Frames) + 10 FPS + 15 FPS + 30 FPS + 45 FPS + 60 FPS + 75 FPS + 90 FPS + + + 0 + 10 + 15 + 30 + 45 + 60 + 75 + 90 + diff --git a/android/app/src/main/res/xml/advanced_preferences.xml b/android/app/src/main/res/xml/advanced_preferences.xml index c1ce2a1ac..433a6d15a 100644 --- a/android/app/src/main/res/xml/advanced_preferences.xml +++ b/android/app/src/main/res/xml/advanced_preferences.xml @@ -46,6 +46,14 @@ app:defaultValue="true" app:summary="Makes guest memory access more efficient by using page faults and backpatching. Disable if it is unstable on your device." app:iconSpaceReserved="false" /> +