22 WUT_UNKNOWN_BYTES(0x8);
24 WUT_UNKNOWN_BYTES(0x14);
26 WUT_PADDING_BYTES(0x80 - 0x60);
ACPResult ACPCreateSaveDir(uint32_t persistentId, ACPDeviceType deviceType)
ACPResult ACPRepairSaveMetaDir()
ACPResult ACPUnmountSaveDir()
ACPResult ACPGetTitleSaveDirEx(uint64_t titleId, ACPDeviceType deviceType, uint32_t u1, ACPSaveDirInfo *saveDirInfo, uint32_t maxCount, uint32_t *countOut)
Gets a list of all saves dir for a given title id.
ACPResult ACPGetSaveDataTitleIdList(ACPDeviceType deviceType, uint64_t *titlesOut, uint32_t maxCount, uint32_t *countOut)
Gets all titles id which have save data.
ACPResult ACPIsExternalStorageRequired(BOOL *required)
ACPResult ACPMountExternalStorage()
ACPResult ACPRemoveSaveDir(uint32_t persistentId, uint64_t titleId, ACPDeviceType deviceType)
Deletes the given user's save data directory for the given title.
ACPResult ACPMountSaveDir()
ACPResult ACPRemoveSaveDirWithoutMetaCheck(uint32_t persistentId, uint64_t titleId, ACPDeviceType deviceType)
Deletes the given user's save data directory for the given title.
ACPResult ACPGetTitleSaveDirExWithoutMetaCheck(uint64_t titleId, ACPDeviceType deviceType, uint32_t u1, ACPSaveDirInfo *saveDirInfo, uint32_t maxCount, uint32_t *countOut)
Gets a list of all saves dir for a given title id.
ACPResult ACPUnmountExternalStorage()
ACPResult ACPRemoveSaveDirWithoutFlush(uint32_t persistentId, uint64_t titleId, ACPDeviceType deviceType)
Deletes the given user's save data directory for the given title.