Save-state: fix for EnableHDD flag not being reset for a new config
This commit is contained in:
parent
559a236b14
commit
18cd2afdd0
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue