mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-20 01:01:40 +00:00
GLInterface: Destroy GLWin
Everything is now safely tucked inside each individual GLInterface.
This commit is contained in:
parent
63f1a16969
commit
2d974b6086
15 changed files with 141 additions and 147 deletions
|
@ -4,8 +4,10 @@
|
|||
|
||||
#include <unordered_map>
|
||||
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/IniFile.h"
|
||||
#include "Common/Thread.h"
|
||||
#include "DolphinWX/Android/ButtonManager.h"
|
||||
#include "DolphinWX/GLInterface/GLInterface.h"
|
||||
|
||||
namespace ButtonManager
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue