mirror of https://github.com/PCSX2/pcsx2.git
A line that got lost somehow. Fixes iop debugging output again.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3542 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
aee1e94a13
commit
915983cc71
|
@ -430,6 +430,7 @@ namespace ioman {
|
|||
Console.Write(ConColor_IOP, L"%s", ShiftJIS_ConvertString(Ra1, a2).c_str());
|
||||
pc = ra;
|
||||
v0 = a2;
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue