mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01: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
@ -275,7 +275,11 @@ void Shutdown()
|
|||||||
{
|
{
|
||||||
g_dvdQuitSignal = true;
|
g_dvdQuitSignal = true;
|
||||||
g_dvdAlert.Set();
|
g_dvdAlert.Set();
|
||||||
|
#ifdef _WIN32
|
||||||
g_dvdThread->WaitForDeath(3000);
|
g_dvdThread->WaitForDeath(3000);
|
||||||
|
#else
|
||||||
|
g_dvdThread->WaitForDeath();
|
||||||
|
#endif
|
||||||
|
|
||||||
delete g_dvdThread;
|
delete g_dvdThread;
|
||||||
g_dvdThread = NULL;
|
g_dvdThread = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user