mirror of https://github.com/PCSX2/pcsx2.git
DebugInterface: Fix formatting
This commit is contained in:
parent
0a0f99dd1b
commit
d1721360ff
|
@ -829,7 +829,7 @@ bool R5900DebugInterface::isValidAddress(u32 addr)
|
|||
break;
|
||||
case 8:
|
||||
case 0xA:
|
||||
if(lopart <= 0xFFFFF)
|
||||
if (lopart <= 0xFFFFF)
|
||||
return true;
|
||||
break;
|
||||
case 9:
|
||||
|
|
Loading…
Reference in New Issue