atomic_op() rewritten, atomic.h refactoring

cellSync refactoring, wait_op() rewritten, bugfixes
This commit is contained in:
Nekotekina 2015-06-26 02:26:23 +03:00
parent 39f836b495
commit c598fe7aa9
24 changed files with 725 additions and 754 deletions

View file

@ -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())
{