debugger: Add blank line to output.

This commit is contained in:
joevt
2024-10-13 05:17:37 -07:00
committed by dingusdev
parent 04dc129c61
commit d6a6c4196f
+1
View File
@@ -526,6 +526,7 @@ void DppcDebugger::enter_debugger() {
power_off_reason = po_entered_debugger;
}
if (!did_message) {
cout << endl;
cout << "Welcome to the DingusPPC command line debugger." << endl;
cout << "Please enter a command or 'help'." << endl << endl;
did_message = true;