|
ACPResult | ACPCreateSaveDir (uint32_t persistentId, ACPDeviceType deviceType) |
|
ACPResult | ACPIsExternalStorageRequired (BOOL *required) |
|
ACPResult | ACPMountExternalStorage () |
|
ACPResult | ACPMountSaveDir () |
|
ACPResult | ACPRemoveSaveDir (uint32_t persistentId, uint64_t titleId, ACPDeviceType deviceType) |
| Deletes the given user's save data directory for the given title. More...
|
|
ACPResult | ACPRemoveSaveDirWithoutFlush (uint32_t persistentId, uint64_t titleId, ACPDeviceType deviceType) |
| Deletes the given user's save data directory for the given title. More...
|
|
ACPResult | ACPRemoveSaveDirWithoutMetaCheck (uint32_t persistentId, uint64_t titleId, ACPDeviceType deviceType) |
| Deletes the given user's save data directory for the given title. More...
|
|
ACPResult | ACPRepairSaveMetaDir () |
|
ACPResult | ACPUnmountExternalStorage () |
|
ACPResult | ACPUnmountSaveDir () |
|
ACPResult | ACPGetSaveDataTitleIdList (ACPDeviceType deviceType, uint64_t *titlesOut, uint32_t maxCount, uint32_t *countOut) |
| Gets all titles id which have save data. More...
|
|
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. More...
|
|
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. More...
|
|