Plumb the ability to disable V-sync through the video renderers
This commit is contained in:
parent
6b395c816f
commit
f7d3c10c9d
18 changed files with 90 additions and 49 deletions
|
|
@ -28,7 +28,7 @@ SLVideoDecoder::isHardwareAccelerated()
|
|||
bool
|
||||
SLVideoDecoder::initialize(StreamingPreferences::VideoDecoderSelection vds,
|
||||
SDL_Window*,
|
||||
int videoFormat, int, int, int frameRate)
|
||||
int videoFormat, int, int, int frameRate, bool)
|
||||
{
|
||||
// SLVideo only supports hardware decoding
|
||||
if (vds == StreamingPreferences::VDS_FORCE_SOFTWARE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue