1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 11:13:19 +01:00

Small fix

This commit is contained in:
Nekotekina 2017-03-14 16:11:58 +03:00
parent 07646c2124
commit 63a107acbc

View File

@ -726,6 +726,13 @@ void SPUThread::process_mfc_cmd()
case MFC_SYNC_CMD: case MFC_SYNC_CMD:
{ {
ch_mfc_cmd.size = 0; ch_mfc_cmd.size = 0;
if (mfc_queue.size() == 0)
{
_mm_mfence();
return;
}
break; break;
} }
default: default: