mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-15 05:47:43 -07:00
of course
I'm a complete and absolute fucking idiot
This commit is contained in:
parent
9e2f47f4a0
commit
8a63c76f4f
@ -1962,7 +1962,9 @@ void ApplyNewSettings(int type)
|
||||
|
||||
if (type == 0) // 3D renderer settings
|
||||
{
|
||||
if (Screen_UseGL) uiGLMakeContextCurrent(GLContext);
|
||||
GPU3D::UpdateRendererConfig();
|
||||
if (Screen_UseGL) uiGLMakeContextCurrent(NULL);
|
||||
|
||||
GL_3DScale = Config::GL_ScaleFactor; // dorp
|
||||
GL_ScreenSizeDirty = true;
|
||||
|
Loading…
Reference in New Issue
Block a user