mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 03:02:53 +01:00
Small fix
This commit is contained in:
parent
07646c2124
commit
63a107acbc
@ -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…
Reference in New Issue
Block a user