SPU MFC: Implement MFC_SDCRZ_CMD

This commit is contained in:
Eladash 2020-05-16 20:03:27 +03:00 committed by Ivan
parent 1a8fb61373
commit 81684919f5
4 changed files with 48 additions and 7 deletions

View file

@ -5803,6 +5803,11 @@ public:
switch (u64 cmd = ci->getZExtValue())
{
case MFC_SDCRT_CMD:
case MFC_SDCRTST_CMD:
{
return;
}
case MFC_GETLLAR_CMD:
case MFC_PUTLLC_CMD:
case MFC_PUTLLUC_CMD:
@ -5816,6 +5821,7 @@ public:
case MFC_GETL_CMD:
case MFC_GETLB_CMD:
case MFC_GETLF_CMD:
case MFC_SDCRZ_CMD:
{
// TODO
m_ir->CreateBr(next);
@ -6003,6 +6009,10 @@ public:
{
break;
}
case MFC_SDCRZ_CMD:
{
break;
}
case MFC_SNDSIG_CMD:
case MFC_SNDSIGB_CMD:
case MFC_SNDSIGF_CMD: