#include <psptypes.h>
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 | 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. | |
| 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.5.2