PSPSDK 2024-10-31
|
Go to the source code of this file.
Data Structures | |
struct | PspUtilitySavedataSFOParam |
title, savedataTitle, detail: parts of the unencrypted SFO data, it contains what the VSH and standard load screen shows More... | |
struct | PspUtilitySavedataFileData |
struct | PspUtilitySavedataSizeEntry |
struct | PspUtilitySavedataSizeInfo |
struct | SceUtilitySavedataIdListEntry |
struct | SceUtilitySavedataIdListInfo |
struct | SceUtilitySavedataFileListEntry |
struct | SceUtilitySavedataFileListInfo |
struct | SceUtilitySavedataMsFreeInfo |
struct | SceUtilitySavedataUsedDataInfo |
struct | SceUtilitySavedataMsDataInfo |
struct | PspUtilitySavedataListSaveNewData |
struct | SceUtilitySavedataParam |
Structure to hold the parameters for the sceUtilitySavedataInitStart function. More... | |
Functions | |
int | sceUtilitySavedataInitStart (SceUtilitySavedataParam *params) |
Saves or Load savedata to/from the passed structure After having called this continue calling sceUtilitySavedataGetStatus to check if the operation is completed. | |
int | sceUtilitySavedataGetStatus (void) |
Check the current status of the saving/loading/shutdown process Continue calling this to check current status of the process before calling this call also sceUtilitySavedataUpdate. | |
int | sceUtilitySavedataShutdownStart (void) |
Shutdown the savedata utility. | |
void | sceUtilitySavedataUpdate (int unknown) |
Refresh status of the savedata function. | |
title, savedataTitle, detail: parts of the unencrypted SFO data, it contains what the VSH and standard load screen shows
Structure to hold the parameters for the sceUtilitySavedataInitStart function.
Initial focus position for list selection types.
Save data utility modes.
Check the current status of the saving/loading/shutdown process Continue calling this to check current status of the process before calling this call also sceUtilitySavedataUpdate.
int sceUtilitySavedataInitStart | ( | SceUtilitySavedataParam * | params | ) |
Saves or Load savedata to/from the passed structure After having called this continue calling sceUtilitySavedataGetStatus to check if the operation is completed.
params | - savedata parameters |
Shutdown the savedata utility.
after calling this continue calling sceUtilitySavedataGetStatus to check when it has shutdown