mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 19:35:41 -04:00
Android: Add missing call to ApplyGameSettings
This commit is contained in:
@ -58,6 +58,12 @@
|
||||
app:defaultValue="false"
|
||||
app:summary="Loads patch codes from cheats/<game name>.cht in PCSXR format. Codes can be toggled while ingame."
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
app:key="Main/ApplyGameSettings"
|
||||
app:title="Apply Compatibility Settings"
|
||||
app:defaultValue="true"
|
||||
app:summary="Automatically disable enhancements when they are not supported by games."
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
app:key="Display/VSync"
|
||||
app:title="Video Sync"
|
||||
|
Reference in New Issue
Block a user