append newline to nocash logging

makes behaviour consistent with no$gba
This commit is contained in:
RSDuck 2024-07-02 19:09:32 +02:00
parent 7898b46435
commit 613569a2ab
1 changed files with 1 additions and 1 deletions

View File

@ -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)