From 98ae230d2df34f105d311057c1f6140319749676 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 1 Jun 2021 23:00:18 +1000 Subject: [PATCH] Android: Add missing CD-ROM options to advanced --- android/app/src/main/res/values/strings.xml | 9 +++++++-- .../app/src/main/res/xml/advanced_preferences.xml | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 0d1c53c30..d21e9ea17 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -26,9 +26,9 @@ 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). Video Sync CPU Overclocking - CD-ROM Region Check + Region Check Prevents discs from incorrect regions being read by the emulator. Usually safe to disable. - CD-ROM Preload Image to RAM + Preload Image to RAM Loads the game image into RAM. Useful for network paths that may become unreliable during gameplay. In some cases also eliminates stutter when games initiate audio track playback. PGXP Vertex Cache Uses screen coordinates as a fallback when tracking vertices through memory fails. May improve PGXP compatibility. @@ -357,4 +357,9 @@ Auto Fire %d Button Auto Fire %d Frequency/Interval Auto Fire %d + CD-ROM Settings + Use Read Thread (Asynchronous) + Reduces hitches in emulation by reading/decompressing CD data asynchronously on a worker thread. + Apply Image Patches + Automatically applies patches to disc images when they are present, currently only PPF is supported. diff --git a/android/app/src/main/res/xml/advanced_preferences.xml b/android/app/src/main/res/xml/advanced_preferences.xml index bc42cc40b..7187e34c9 100644 --- a/android/app/src/main/res/xml/advanced_preferences.xml +++ b/android/app/src/main/res/xml/advanced_preferences.xml @@ -119,6 +119,15 @@ app:defaultValue="Auto" app:useSimpleSummaryProvider="true" app:iconSpaceReserved="false" /> + + + + +