#include <psptypes.h>#include <pspkerneltypes.h>

Go to the source code of this file.
| 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 |
1.7.1