diff --git a/Source/Core/Core/Src/Core.cpp b/Source/Core/Core/Src/Core.cpp index 0aaa1a89d3..4aadcbd3a4 100644 --- a/Source/Core/Core/Src/Core.cpp +++ b/Source/Core/Core/Src/Core.cpp @@ -76,8 +76,6 @@ void Callback_WiimoteInterruptChannel(int _number, u16 _channelID, const void* _ // Function declarations void EmuThread(); -void Stop(); - bool g_bStopping = false; bool g_bHwInit = false; bool g_bStarted = false; @@ -501,9 +499,6 @@ void SetState(EState _State) { switch (_State) { - case CORE_UNINITIALIZED: - Stop(); - break; case CORE_PAUSE: CCPU::EnableStepping(true); // Break Wiimote::Pause();