mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Clean vm::ps3 namespace use
This commit is contained in:
parent
76be7d40ac
commit
cce0ad0c35
176 changed files with 693 additions and 698 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "sys_mutex.h"
|
||||
#include "sys_cond.h"
|
||||
|
||||
namespace vm { using namespace ps3; }
|
||||
|
||||
|
||||
logs::channel sys_cond("sys_cond");
|
||||
|
||||
|
@ -248,7 +248,7 @@ error_code sys_cond_wait(ppu_thread& ppu, u32 cond_id, u64 timeout)
|
|||
if (passed >= timeout)
|
||||
{
|
||||
semaphore_lock lock(cond->mutex->mutex);
|
||||
|
||||
|
||||
// Try to cancel the waiting
|
||||
if (cond->unqueue(cond->sq, &ppu))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue