Defer autoload after sram load.

This commit is contained in:
Themaister 2012-04-01 16:58:53 +02:00
parent 562b28caa7
commit 2815d5f5cb

View File

@ -2307,13 +2307,14 @@ int ssnes_main_init(int argc, char *argv[])
goto error;
init_msg_queue();
load_auto_state();
if (!g_extern.sram_load_disable)
load_save_files();
else
SSNES_LOG("Skipping SRAM load.\n");
load_auto_state();
#ifdef HAVE_BSV_MOVIE
init_movie();
#endif