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:
Oliver Schmidt 2013-02-11 00:24:51 +01:00
parent 1af5110946
commit ea4fac679f

View file

@ -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();
}