mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
OpenGL: disable vsync, atleast under Windows
This commit is contained in:
@ -2417,6 +2417,7 @@ void CreateMainWindow(bool opengl)
|
||||
if (opengl_good)
|
||||
{
|
||||
uiGLMakeContextCurrent(GLContext);
|
||||
uiGLSetVSync(0); // TODO: make configurable?
|
||||
if (!GLScreen_Init()) opengl_good = false;
|
||||
if (opengl_good)
|
||||
{
|
||||
|
Reference in New Issue
Block a user