mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
Clean up some rendering-related resources in DeInit (#1836)
- The unique_ptr destructors will take care of the cleanup
This commit is contained in:

committed by
GitHub

parent
7d4a7969d9
commit
9d9ba83731
@ -176,6 +176,8 @@ void DeInit()
|
||||
Framebuffer[0][1] = nullptr;
|
||||
Framebuffer[1][0] = nullptr;
|
||||
Framebuffer[1][1] = nullptr;
|
||||
|
||||
CurGLCompositor = nullptr;
|
||||
}
|
||||
|
||||
void ResetVRAMCache()
|
||||
|
Reference in New Issue
Block a user