Don't execute a timeslice before loading a savestate from the command line [Alex Jackson]

This commit is contained in:
Alex W. Jackson 2014-10-16 05:18:38 +00:00
parent 43c4ec3478
commit da877c2917

View File

@ -366,6 +366,9 @@ int running_machine::run(bool firstrun)
if (strcmp(config().m_gamedrv.name, "___empty") != 0)
g_tagmap_counter_enabled = true;
#endif
// handle initial load
if (m_saveload_schedule != SLS_NONE)
handle_saveload();
// run the CPUs until a reset or exit
m_hard_reset_pending = false;