Merge pull request #2295 from comex/fix-usb-threading

Fix threading issues
This commit is contained in:
skidau
2015-04-16 12:33:20 +10:00
6 changed files with 11 additions and 13 deletions

View File

@ -348,7 +348,6 @@ int main(int argc, char* argv[])
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
updateMainFrameEvent.Wait();
Core::Shutdown();
platform->Shutdown();
UICommon::Shutdown();