mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-07 23:00:46 +01:00
Android: Fix VSync option not working
It happened due to a typo from SECTION_GFX_HARDWARE
This commit is contained in:
parent
1ba8541da9
commit
764bf314e1
@ -124,7 +124,7 @@ class Settings : Closeable {
|
||||
const val SECTION_INI_DSP = "DSP"
|
||||
const val SECTION_LOGGER_LOGS = "Logs"
|
||||
const val SECTION_LOGGER_OPTIONS = "Options"
|
||||
const val SECTION_GFX_HARDWARE = "Settings"
|
||||
const val SECTION_GFX_HARDWARE = "Hardware"
|
||||
const val SECTION_GFX_SETTINGS = "Settings"
|
||||
const val SECTION_GFX_ENHANCEMENTS = "Enhancements"
|
||||
const val SECTION_GFX_COLOR_CORRECTION = "ColorCorrection"
|
||||
|
Loading…
Reference in New Issue
Block a user