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:
sudonim1 2010-07-20 16:56:48 +00:00
parent aee1e94a13
commit 915983cc71
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ namespace ioman {
Console.Write(ConColor_IOP, L"%s", ShiftJIS_ConvertString(Ra1, a2).c_str()); Console.Write(ConColor_IOP, L"%s", ShiftJIS_ConvertString(Ra1, a2).c_str());
pc = ra; pc = ra;
v0 = a2; v0 = a2;
return 1;
} }
else else
#endif #endif