mirror of https://github.com/PCSX2/pcsx2.git
VIF: Fix assertion error not returning int value
This commit is contained in:
parent
7aff4ee4cb
commit
4671167a2c
|
@ -253,7 +253,7 @@ void VifUnpackSSE_Dynarec::ModUnpack(int upknum, bool PostOp)
|
||||||
case 3:
|
case 3:
|
||||||
case 7:
|
case 7:
|
||||||
case 11:
|
case 11:
|
||||||
pxFailRel(fmt::format("Vpu/Vif - Invalid Unpack! [%d]", upknum).c_str());
|
pxFailRel(fmt::format("Vpu/Vif - Invalid Unpack! [{}]", upknum).c_str());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue