[Rom] Use Base Game Save File if loaded both a disk and cart

This commit is contained in:
LuigiBlood 2019-08-13 21:34:55 +02:00
parent 9cc6da17ff
commit 239c8f1128
1 changed files with 2 additions and 0 deletions

View File

@ -660,6 +660,8 @@ bool CN64Rom::LoadN64Image(const char * FileLoc, bool LoadBootCodeOnly)
g_Settings->SaveBool(GameRunning_LoadingInProgress, false);
if (!g_Disk)
SaveRomSettingID(false);
else if (!IsLoadedRomDDIPL())
g_Settings->SaveString(Game_GameName, m_RomName.c_str()); //Use Base Game's Save File if loaded in combo
}
if (g_Settings->LoadBool(Game_CRC_Recalc))