mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -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';
|
output[ptr] = '\0';
|
||||||
Log(LogLevel::Debug, "%s", output);
|
Log(LogLevel::Debug, "%s\n", output);
|
||||||
}
|
}
|
||||||
|
|
||||||
void NDS::MonitorARM9Jump(u32 addr)
|
void NDS::MonitorARM9Jump(u32 addr)
|
||||||
|
Reference in New Issue
Block a user