mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
atomic_op() rewritten, atomic.h refactoring
cellSync refactoring, wait_op() rewritten, bugfixes
This commit is contained in:
parent
39f836b495
commit
c598fe7aa9
24 changed files with 725 additions and 754 deletions
|
@ -2494,8 +2494,8 @@ void RSXThread::Task()
|
|||
|
||||
inc = 1;
|
||||
|
||||
u32 get = m_ctrl->get.read_sync();
|
||||
u32 put = m_ctrl->put.read_sync();
|
||||
u32 put = m_ctrl->put.load();
|
||||
u32 get = m_ctrl->get.load();
|
||||
|
||||
if (put == get || !Emu.IsRunning())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue