Merge pull request #13235 from Gamer64ytb/vsync-fix

Android: Fix VSync option not working
This commit is contained in:
Admiral H. Curtiss 2024-12-31 15:20:49 +01:00 committed by GitHub
commit c1c80adf1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"