Check whether there may be more than one save file names by mode.

This commit is contained in:
shenweip 2020-09-15 21:48:55 +08:00
parent 68735b4e52
commit 290efbc349
3 changed files with 27 additions and 1 deletions

View file

@ -129,6 +129,9 @@ int PSPSaveDialog::Init(int paramAddr)
break;
}
if(!param.wouldHasMultiSaveName(param.GetPspParam()))
currentSelectedSave = 0;
switch ((SceUtilitySavedataType)(u32)param.GetPspParam()->mode)
{
case SCE_UTILITY_SAVEDATA_TYPE_LOAD: