Fix speed going out of whack after doing unsafe rewind
This commit is contained in:
parent
a1b96d75da
commit
8af9dda77f
1 changed files with 1 additions and 0 deletions
|
@ -719,6 +719,7 @@ jumpback:
|
|||
core.mlogic->get_mfile().is_savestate = true;
|
||||
core.runmode->set_point(emulator_runmode::P_SAVE);
|
||||
core.supdater->update();
|
||||
core.runmode->end_load(); //Restore previous mode.
|
||||
messages << "Rewind done in " << (framerate_regulator::get_utime() - t) << " usec."
|
||||
<< std::endl;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue