mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Compilation fix
This commit is contained in:
parent
7a466b7fb7
commit
52cf911c60
6 changed files with 39 additions and 19 deletions
|
@ -150,8 +150,7 @@ public:
|
|||
{
|
||||
if (!Emu.IsStopped())
|
||||
{
|
||||
LOG_ERROR(HLE, "SMutexLockerBase: thread id == 0");
|
||||
Emu.Pause();
|
||||
assert(!"SMutexLockerBase: thread id == 0");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue