GPU: Fix broken VRAM->CPU transfers at >1x resolution scale

This commit is contained in:
Connor McLaughlin
2019-10-05 15:15:00 +10:00
parent 7f8c7aa71c
commit ebe44ccc0b
3 changed files with 34 additions and 21 deletions

View File

@ -108,7 +108,7 @@ bool SDLInterface::CreateGLContext()
}
#endif
// SDL_GL_SetSwapInterval(0);
SDL_GL_SetSwapInterval(0);
return true;
}