Skip to content

Commit

Permalink
Merge pull request #13235 from Gamer64ytb/vsync-fix
Browse files Browse the repository at this point in the history
Android: Fix VSync option not working
  • Loading branch information
AdmiralCurtiss authored Dec 31, 2024
2 parents 05cad38 + 764bf31 commit c1c80ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1c80ad

Please sign in to comment.