diff --git a/pcsx2/IopBios.cpp b/pcsx2/IopBios.cpp index ddf8f3fbce..fda744e3b8 100644 --- a/pcsx2/IopBios.cpp +++ b/pcsx2/IopBios.cpp @@ -1026,6 +1026,8 @@ namespace R3000A case 'O': case 'x': case 'X': + case 'u': + case 'U': printed_bytes = snprintf(ptmp, remaining_buf, tmp2, (u32)iopMemRead32(sp + n * 4)); remaining_buf -= printed_bytes; ptmp += printed_bytes;