mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
OGL: Fix a memory leak that would occur every time a game is launched
This commit is contained in:
@ -24,6 +24,7 @@ protected:
|
||||
|
||||
u32 s_opengl_mode;
|
||||
public:
|
||||
virtual ~cInterfaceBase() {}
|
||||
virtual void Swap() {}
|
||||
virtual void SetMode(u32 mode) { s_opengl_mode = GLInterfaceMode::MODE_OPENGL; }
|
||||
virtual u32 GetMode() { return s_opengl_mode; }
|
||||
|
Reference in New Issue
Block a user