Allow user to read the result of wget.
Several retro targets clear the screen after program termination so allow user to read the result.
This commit is contained in:
parent
1af5110946
commit
ea4fac679f
|
@ -142,6 +142,8 @@ app_quit(void)
|
|||
if(file != -1) {
|
||||
cfs_close(file);
|
||||
}
|
||||
puts("Press any key to continue...");
|
||||
getchar();
|
||||
process_exit(&wget_process);
|
||||
LOADER_UNLOAD();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue