fix a warning in pce

looks like something was swept under the rug with the PutSettingsDirtyLikeYourMomBits refactor
This commit is contained in:
nattthebear 2020-05-15 19:01:40 -04:00
parent aa8fe56ef9
commit de6208d264
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace BizHawk.Emulation.Cores.PCEngine
Settings = o;
return PutSettingsDirtyBits.None;
return ret ? PutSettingsDirtyBits.RebootCore : PutSettingsDirtyBits.None;
}
public PutSettingsDirtyBits PutSyncSettings(PCESyncSettings o)