Android: Add CD-ROM preload option

This commit is contained in:
Connor McLaughlin 2020-12-03 00:53:42 +10:00
parent c406f0708f
commit 8ad9dcb1ac
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
app:defaultValue="false"
app:summary="Prevents discs from incorrect regions being read by the emulator. Usually safe to disable."
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="CDROM/LoadImageToRAM"
app:title="CD-ROM Preload Image to RAM"
app:defaultValue="false"
app:summary="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."
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="GPU/PGXPVertexCache"
app:title="PGXP Vertex Cache"