From b612958daa4f2c09d4286c478a223df0daf739d2 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 10 Oct 2020 18:51:25 +1000 Subject: [PATCH] Android: Add some audio settings --- android/app/src/main/res/values/arrays.xml | 12 +++++ .../app/src/main/res/xml/root_preferences.xml | 44 +++++++++++++------ 2 files changed, 42 insertions(+), 14 deletions(-) diff --git a/android/app/src/main/res/values/arrays.xml b/android/app/src/main/res/values/arrays.xml index b2f274d33..dfe1b4659 100644 --- a/android/app/src/main/res/values/arrays.xml +++ b/android/app/src/main/res/values/arrays.xml @@ -176,4 +176,16 @@ analog_stick analog_sticks + + 1024 Frames (23.22ms) + 2048 Frames (46.44ms) + 3072 Frames (69.66ms, Recommended) + 4096 Frames (92.88ms) + + + 1024 + 2048 + 3072 + 4096 + diff --git a/android/app/src/main/res/xml/root_preferences.xml b/android/app/src/main/res/xml/root_preferences.xml index 6323e7bf7..045f98767 100644 --- a/android/app/src/main/res/xml/root_preferences.xml +++ b/android/app/src/main/res/xml/root_preferences.xml @@ -43,13 +43,6 @@ app:summary="Enable this option to match DuckStation's refresh rate with your current monitor or screen. VSync is automatically disabled when it is not possible (e.g. running at non-100% speed)." app:iconSpaceReserved="false" /> - - - - + + + + + + +