mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-12 11:31:16 +00:00
debugger: Don't echo auto-repeated commands.
This commit is contained in:
parent
a0ce1efabe
commit
b5dbaff748
@ -526,7 +526,6 @@ void enter_debugger() {
|
||||
|
||||
if (cmd.empty() && !last_cmd.empty()) {
|
||||
cmd = last_cmd;
|
||||
cout << cmd << endl;
|
||||
}
|
||||
if (cmd == "help") {
|
||||
cmd = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user