summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainNoGUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinWX/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinWX/MainNoGUI.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DolphinWX/MainNoGUI.cpp b/Source/Core/DolphinWX/MainNoGUI.cpp
index 2ccd9f633d..bf2089a5c8 100644
--- a/Source/Core/DolphinWX/MainNoGUI.cpp
+++ b/Source/Core/DolphinWX/MainNoGUI.cpp
@@ -22,7 +22,6 @@
#include "Core/HW/Wiimote.h"
#include "Core/IPC_HLE/WII_IPC_HLE_Device_usb.h"
#include "Core/IPC_HLE/WII_IPC_HLE_WiiMote.h"
-#include "Core/PowerPC/PowerPC.h"
#include "UICommon/UICommon.h"
@@ -359,8 +358,6 @@ int main(int argc, char* argv[])
platform->MainLoop();
Core::Stop();
- while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
- updateMainFrameEvent.Wait();
Core::Shutdown();
platform->Shutdown();