mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 02:29:17 +01:00
Shorter bootstrap
This commit is contained in:
parent
864f1b21ce
commit
bc9c5ae24d
11
src/main.c
11
src/main.c
@ -105,6 +105,7 @@ bool ConnectShare ()
|
|||||||
else {
|
else {
|
||||||
printf("Established connection to SMB share\n\n");
|
printf("Established connection to SMB share\n\n");
|
||||||
}
|
}
|
||||||
|
sleep(1);
|
||||||
|
|
||||||
return smbismount;
|
return smbismount;
|
||||||
}
|
}
|
||||||
@ -1132,13 +1133,9 @@ int main (int argc, char **argv)
|
|||||||
if (currprefs.smb_enable) networkisinit = InitNetwork();
|
if (currprefs.smb_enable) networkisinit = InitNetwork();
|
||||||
|
|
||||||
if (networkisinit && currprefs.smb_enable) ConnectShare();
|
if (networkisinit && currprefs.smb_enable) ConnectShare();
|
||||||
|
|
||||||
sleep(3);
|
sleep(2);
|
||||||
|
|
||||||
// clear the screen
|
|
||||||
printf("\x1b[2J");
|
|
||||||
printf("\x1b[2;0H");
|
|
||||||
|
|
||||||
if (!(log_quiet = !currprefs.write_logfile)) set_logfile("/uae/uae.log");
|
if (!(log_quiet = !currprefs.write_logfile)) set_logfile("/uae/uae.log");
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user