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" /> + + + + +