mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #2295 from comex/fix-usb-threading
Fix threading issues
This commit is contained in:
commit
f0593095b4
6 changed files with 11 additions and 13 deletions
|
@ -348,7 +348,6 @@ int main(int argc, char* argv[])
|
|||
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
|
||||
updateMainFrameEvent.Wait();
|
||||
|
||||
Core::Shutdown();
|
||||
platform->Shutdown();
|
||||
UICommon::Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue