SPU2-X: Debugger was missing one digit of the IRQA, whops :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4743 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2011-06-14 22:12:45 +00:00
parent bcd2ceaa6c
commit 61a7804b90
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ void UpdateDebugDialog()
memset(t, 0, sizeof(t));
swprintf_s(t,L"IRQA %x",cx.IRQA);
TextOut(hdc,JX+56,JY+18,t, 9);
TextOut(hdc,JX+56,JY+18,t, 12);
SetTextColor(hdc,RGB(255,255,255));
SetDCBrushColor(hdc,RGB( 255,0, 0));