mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Don't execute a timeslice before loading a savestate from the command line [Alex Jackson]
This commit is contained in:
parent
43c4ec3478
commit
da877c2917
@ -366,6 +366,9 @@ int running_machine::run(bool firstrun)
|
|||||||
if (strcmp(config().m_gamedrv.name, "___empty") != 0)
|
if (strcmp(config().m_gamedrv.name, "___empty") != 0)
|
||||||
g_tagmap_counter_enabled = true;
|
g_tagmap_counter_enabled = true;
|
||||||
#endif
|
#endif
|
||||||
|
// handle initial load
|
||||||
|
if (m_saveload_schedule != SLS_NONE)
|
||||||
|
handle_saveload();
|
||||||
|
|
||||||
// run the CPUs until a reset or exit
|
// run the CPUs until a reset or exit
|
||||||
m_hard_reset_pending = false;
|
m_hard_reset_pending = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user