mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 17:20:59 +02:00
Core: Remove an unused var
This commit is contained in:
@@ -80,7 +80,6 @@ void Stop();
|
|||||||
bool g_bStopping = false;
|
bool g_bStopping = false;
|
||||||
bool g_bHwInit = false;
|
bool g_bHwInit = false;
|
||||||
bool g_bStarted = false;
|
bool g_bStarted = false;
|
||||||
bool g_bRealWiimote = false;
|
|
||||||
void *g_pWindowHandle = NULL;
|
void *g_pWindowHandle = NULL;
|
||||||
std::string g_stateFileName;
|
std::string g_stateFileName;
|
||||||
std::thread g_EmuThread;
|
std::thread g_EmuThread;
|
||||||
|
Reference in New Issue
Block a user