VIF: Fix assertion error not returning int value

This commit is contained in:
CharlesThobe 2023-05-03 17:09:27 +03:00 committed by refractionpcsx2
parent 7aff4ee4cb
commit 4671167a2c
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ void VifUnpackSSE_Dynarec::ModUnpack(int upknum, bool PostOp)
case 3:
case 7:
case 11:
pxFailRel(fmt::format("Vpu/Vif - Invalid Unpack! [%d]", upknum).c_str());
pxFailRel(fmt::format("Vpu/Vif - Invalid Unpack! [{}]", upknum).c_str());
break;
}
}