Save-state: fix for EnableHDD flag not being reset for a new config

This commit is contained in:
tomcw 2015-06-01 22:35:57 +01:00
parent 559a236b14
commit 18cd2afdd0

View File

@ -474,6 +474,9 @@ static void Snapshot_LoadState_v2(DWORD dwVersion)
for (UINT i=0; i<NUM_SLOTS; i++)
m_ConfigNew.m_Slot[i] = CT_Empty;
m_ConfigNew.m_SlotAux = CT_Empty;
m_ConfigNew.m_bEnableHDD = false;
//m_ConfigNew.m_bEnableTheFreezesF8Rom = ?; // todo: when support saving config
//m_ConfigNew.m_bEnhanceDisk = ?; // todo: when support saving config
MemReset();
PravetsReset();