Fix an inaccuracy with the No$gba debug registers 04fffa14 and 04fffa18 (#2119)

Writing to either of the two registers would print one newline too many

Co-authored-by: pants64DS <pants64DS@users.noreply.github.com>
This commit is contained in:
pants64DS
2024-07-31 02:13:06 +03:00
committed by GitHub
parent b778fbaad1
commit 37c0320cbe
2 changed files with 5 additions and 7 deletions

View File

@ -423,7 +423,7 @@ public: // TODO: Encapsulate the rest of these members
u32 GetPC(u32 cpu) const;
u64 GetSysClockCycles(int num);
void NocashPrint(u32 cpu, u32 addr);
void NocashPrint(u32 cpu, u32 addr, bool appendNewline = true);
void MonitorARM9Jump(u32 addr);