mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Switch VT renderer pacing logic to be enabled by the frame pacing checkbox
This commit is contained in:
parent
2715367411
commit
8ff9d8123d
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
if (params->enableVsync) {
|
||||
if (params->enableFramePacing) {
|
||||
if (!initializeVsyncCallback(&info)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue