forked from dolphin-emu/dolphin
pthread_mutexattr_t's must be initialized before the type can be set.
Fixes issue 4243. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7344 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -77,7 +77,7 @@ files = [
|
||||
'Src/HW/DSPLLE/DSPDebugInterface.cpp',
|
||||
'Src/HW/DSPLLE/DSPHost.cpp',
|
||||
'Src/HW/DSPLLE/DSPLLE.cpp',
|
||||
'Src/HW/DSPLLE/DSPLLEGlobals.cpp',
|
||||
#'Src/HW/DSPLLE/DSPLLEGlobals.cpp',
|
||||
'Src/HW/DSPLLE/DSPLLETools.cpp',
|
||||
'Src/HW/DSPLLE/DSPSymbols.cpp',
|
||||
'Src/HW/DVDInterface.cpp',
|
||||
|
||||
Reference in New Issue
Block a user