mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Some things improved
shared_mutex_t implemented GUI Emu Callbacks rewritten fxm::import, fxm::import_always implemented cellMsgDialog rewritten Emu.CallAfter improved (returns std::future)
This commit is contained in:
parent
9d68c16c62
commit
8ae3401ffa
77 changed files with 1814 additions and 1831 deletions
|
@ -2531,8 +2531,8 @@ void RSXThread::Task()
|
|||
|
||||
inc = 1;
|
||||
|
||||
u32 put = m_ctrl->put.load();
|
||||
u32 get = m_ctrl->get.load();
|
||||
const be_t<u32> put = m_ctrl->put;
|
||||
const be_t<u32> get = m_ctrl->get;
|
||||
|
||||
if (put == get || !Emu.IsRunning())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue