Android: Add CD-ROM preload option
This commit is contained in:
parent
c406f0708f
commit
8ad9dcb1ac
|
@ -29,6 +29,12 @@
|
||||||
app:defaultValue="false"
|
app:defaultValue="false"
|
||||||
app:summary="Prevents discs from incorrect regions being read by the emulator. Usually safe to disable."
|
app:summary="Prevents discs from incorrect regions being read by the emulator. Usually safe to disable."
|
||||||
app:iconSpaceReserved="false" />
|
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
|
<SwitchPreferenceCompat
|
||||||
app:key="GPU/PGXPVertexCache"
|
app:key="GPU/PGXPVertexCache"
|
||||||
app:title="PGXP Vertex Cache"
|
app:title="PGXP Vertex Cache"
|
||||||
|
|
Loading…
Reference in New Issue