mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-16 02:40: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
@ -286,6 +286,7 @@ bool Init()
|
||||
|
||||
void DeInit()
|
||||
{
|
||||
CurrentRenderer = nullptr;
|
||||
}
|
||||
|
||||
void ResetRenderingState()
|
||||
|
Reference in New Issue
Block a user