Check whether there may be more than one save file names by mode.
This commit is contained in:
parent
68735b4e52
commit
290efbc349
3 changed files with 27 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue