mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Small fix
This commit is contained in:
parent
07646c2124
commit
63a107acbc
1 changed files with 7 additions and 0 deletions
|
@ -726,6 +726,13 @@ void SPUThread::process_mfc_cmd()
|
|||
case MFC_SYNC_CMD:
|
||||
{
|
||||
ch_mfc_cmd.size = 0;
|
||||
|
||||
if (mfc_queue.size() == 0)
|
||||
{
|
||||
_mm_mfence();
|
||||
return;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue