mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
FDS: Fixed issue with emulation speed not being reset when closing a FDS rom while fast forward mode is on
This commit is contained in:
parent
70e9e7650d
commit
864dff5983
1 changed files with 3 additions and 0 deletions
|
@ -364,6 +364,9 @@ FDS::FDS()
|
|||
|
||||
FDS::~FDS()
|
||||
{
|
||||
//Restore emulation speed to normal when closing
|
||||
EmulationSettings::SetEmulationSpeed(_previousSpeed);
|
||||
|
||||
if(_isDirty) {
|
||||
FdsLoader loader;
|
||||
loader.SaveIpsFile(_romFilepath, _fdsRawData, _fdsDiskSides);
|
||||
|
|
Loading…
Add table
Reference in a new issue