mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:45:20 +03:00
Setting the refresh rate via the Display API's`preferredDisplayModeId` is an outdated method to do it on Android 11 and above, we now use `Surface#setFrameRate` alongside it to suggest a refresh rate for the display.