mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
OGL: Fix a memory leak that would occur every time a game is launched
This commit is contained in:
parent
a277172b49
commit
9476756d43
3 changed files with 3 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue