mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
append newline to nocash logging
makes behaviour consistent with no$gba
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user