mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
bcd2ceaa6c
commit
61a7804b90
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue