mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
append newline to nocash logging
makes behaviour consistent with no$gba
This commit is contained in:
parent
7898b46435
commit
613569a2ab
@ -1541,7 +1541,7 @@ void NDS::NocashPrint(u32 ncpu, u32 addr)
|
||||
}
|
||||
|
||||
output[ptr] = '\0';
|
||||
Log(LogLevel::Debug, "%s", output);
|
||||
Log(LogLevel::Debug, "%s\n", output);
|
||||
}
|
||||
|
||||
void NDS::MonitorARM9Jump(u32 addr)
|
||||
|
Loading…
Reference in New Issue
Block a user