mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 19:51:14 +01:00
b41d8b7997
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.