savedata: Handle missed case in saveDataMount

This should help P5D get past the intro.

P.S:  The game requires Fiber and USBD modules to boot.
This commit is contained in:
Exhigh 2024-08-23 16:27:03 +04:00
parent bce3a9c9e7
commit 6545b09b74
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ s32 saveDataMount(u32 user_id, char* dir_name, u32 mount_mode,
mount_result->mount_status = 1;
}
} break;
case ORBIS_SAVE_DATA_MOUNT_MODE_CREATE2:
case ORBIS_SAVE_DATA_MOUNT_MODE_CREATE2 | ORBIS_SAVE_DATA_MOUNT_MODE_RDWR:
case ORBIS_SAVE_DATA_MOUNT_MODE_CREATE2 | ORBIS_SAVE_DATA_MOUNT_MODE_RDWR |
ORBIS_SAVE_DATA_MOUNT_MODE_COPY_ICON: {