mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Add frame pacing toggle
This commit is contained in:
@@ -15,7 +15,8 @@ public:
|
||||
int width,
|
||||
int height,
|
||||
int frameRate,
|
||||
bool enableVsync);
|
||||
bool enableVsync,
|
||||
bool enableFramePacing);
|
||||
virtual bool isHardwareAccelerated();
|
||||
virtual int getDecoderCapabilities();
|
||||
virtual int submitDecodeUnit(PDECODE_UNIT du);
|
||||
|
||||
Reference in New Issue
Block a user