mirror of https://github.com/PCSX2/pcsx2.git
Common/Mutex: Fix compiling without wxUSE_GUI
This commit is contained in:
parent
42d730c80f
commit
9abaa1adf6
|
@ -248,7 +248,7 @@ bool Threading::Mutex::Acquire(const wxTimeSpan& timeout)
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
return AcquireWithoutYield();
|
return AcquireWithoutYield(timeout);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue