--- a/src/main.c Thu May 29 11:00:26 2008 +0000 +++ b/src/main.c Sun Jun 01 00:47:45 2008 +0000 @@ -204,6 +204,7 @@ sh4_set_use_xlat( use_xlat ); + /* if( start_immediately ) { if( dreamcast_can_run() ) { if( time_nanos != 0 || time_secs != 0 ) { @@ -217,8 +218,9 @@ ERROR( "Unable to start dreamcast: no program/bios loaded" ); } } + */ if( !headless ) { - gui_main_loop(); + gui_main_loop( start_immediately && dreamcast_can_run() ); } dreamcast_shutdown(); return 0;