mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-24 09:53:30 +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.