Skip to content

Commit

Permalink
append newline to nocash logging
Browse files Browse the repository at this point in the history
makes behaviour consistent with no$gba
  • Loading branch information
RSDuck committed Jul 2, 2024
1 parent 7898b46 commit 613569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 613569a

Please sign in to comment.