pspsdk-1.0+beta2
|
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 | PspUtilitySavedataListSaveNewData |
struct | SceUtilitySavedataParam |
Structure to hold the parameters for the sceUtilitySavedataInitStart function. More... |
Typedefs | |
typedef struct PspUtilitySavedataSFOParam | PspUtilitySavedataSFOParam |
title, savedataTitle, detail: parts of the unencrypted SFO data, it contains what the VSH and standard load screen shows | |
typedef struct PspUtilitySavedataFileData | PspUtilitySavedataFileData |
typedef struct PspUtilitySavedataListSaveNewData | PspUtilitySavedataListSaveNewData |
typedef struct SceUtilitySavedataParam | SceUtilitySavedataParam |
Structure to hold the parameters for the sceUtilitySavedataInitStart function. |
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. |
typedef struct PspUtilitySavedataFileData PspUtilitySavedataFileData |
typedef struct PspUtilitySavedataSFOParam PspUtilitySavedataSFOParam |
title, savedataTitle, detail: parts of the unencrypted SFO data, it contains what the VSH and standard load screen shows
typedef struct SceUtilitySavedataParam SceUtilitySavedataParam |
Structure to hold the parameters for the sceUtilitySavedataInitStart function.
Initial focus position for list selection types.
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 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 |
int sceUtilitySavedataShutdownStart | ( | void | ) |
Shutdown the savedata utility.
after calling this continue calling sceUtilitySavedataGetStatus to check when it has shutdown
void sceUtilitySavedataUpdate | ( | int | unknown | ) |
Refresh status of the savedata function.
unknown | - unknown, pass 1 |