wut  v1.7.0
Wii U Toolchain
Data Structures | Typedefs | Functions
save.h File Reference
#include <wut.h>
#include <nn/acp/result.h>
#include <nn/acp/device.h>
Include dependency graph for save.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ACPSaveDirInfo
 

Typedefs

typedef uint64_t ACPTitleId
 
typedef struct ACPSaveDirInfo ACPSaveDirInfo
 

Functions

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...