mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Wrap CurGLCompositor cleanup in an #ifdef (#1837)
This commit is contained in:

committed by
GitHub

parent
9d9ba83731
commit
f8fdc77e43
@ -177,7 +177,9 @@ void DeInit()
|
||||
Framebuffer[1][0] = nullptr;
|
||||
Framebuffer[1][1] = nullptr;
|
||||
|
||||
#ifdef OGLRENDERER_ENABLED
|
||||
CurGLCompositor = nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
void ResetVRAMCache()
|
||||
|
Reference in New Issue
Block a user