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:
Souryo 2016-01-31 14:03:36 -05:00
parent 70e9e7650d
commit 864dff5983

View file

@ -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);