mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 02:38:42 +00:00
Fix Linux build?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3932 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b49a75366d
commit
d68303219c
1 changed files with 4 additions and 0 deletions
|
@ -275,7 +275,11 @@ void Shutdown()
|
|||
{
|
||||
g_dvdQuitSignal = true;
|
||||
g_dvdAlert.Set();
|
||||
#ifdef _WIN32
|
||||
g_dvdThread->WaitForDeath(3000);
|
||||
#else
|
||||
g_dvdThread->WaitForDeath();
|
||||
#endif
|
||||
|
||||
delete g_dvdThread;
|
||||
g_dvdThread = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue