Skip to content
Snippets Groups Projects
Commit e3fbf514 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

A bit more input queue cleaning to help the splash screen display

parent cd3a3a2d
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -17372,6 +17372,8 @@ function syncterm_upload(fname)
var buf = "\x1b_SyncTERM:C;S;RIP/"+fname+";"+f.read()+"\x1b\\";
f.close();
dk.console.print(buf);
while (dk.console.waitkey(0))
dk.console.getkey();
return true;
}
......@@ -17528,6 +17530,8 @@ function start() {
sln(' Cache invalid, disabling RIP.');
else
sln(' RIP Enabled.');
while (dk.console.waitkey(0))
dk.console.getkey();
}
// Should this allow a global file?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment