Android: Add option to pause when menu is open

This commit is contained in:
Connor McLaughlin
2020-11-07 23:08:37 +10:00
parent b2c8e9e31e
commit fb4ebabee5
2 changed files with 36 additions and 6 deletions

View File

@ -39,6 +39,12 @@
app:defaultValue="true"
app:summary="Automatically saves the emulator state when powering down or exiting. You can then resume directly from where you left off next time."
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="Main/PauseOnMenu"
app:title="Pause When Menu Opened"
app:defaultValue="false"
app:summary="Pauses emulation when ingame and the menu is opened."
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="Main/AutoLoadCheats"
app:title="Load Patch Codes"