Add frame pacing toggle

This commit is contained in:
Cameron Gutman 2018-12-25 12:57:00 -08:00
commit cfabaf334e
22 changed files with 81 additions and 51 deletions

View file

@ -72,7 +72,8 @@ private:
static
bool chooseDecoder(StreamingPreferences::VideoDecoderSelection vds,
SDL_Window* window, int videoFormat, int width, int height,
int frameRate, bool enableVsync, IVideoDecoder*& chosenDecoder);
int frameRate, bool enableVsync, bool enableFramePacing,
IVideoDecoder*& chosenDecoder);
static
void clStageStarting(int stage);