moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.49k stars 324 forks source link

Fix frame rate locked to 60 FPS with GFE 3.20.3 #790

Closed cgutman closed 4 years ago

cgutman commented 4 years ago

Description The trick of setting a 60 Hz display mode when streaming above 60 FPS doesn't work with GFE 3.20.3 anymore. The frame rate will be locked to 60 FPS in games where SOPS is enabled. Using 0 instead of 60 fixes this issue.

Purpose Fix the frame rate being locked to 60 FPS on GFE 3.20.3.