Skip to content

Commit

Permalink
DebugInterface: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Sep 18, 2024
1 parent 0a0f99d commit d172136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/DebugTools/DebugInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d172136

Please sign in to comment.