PSPSDK 2024-10-31
|
#include <psptypes.h>
Go to the source code of this file.
Functions | |
int | sceIdStorageLookup (u16 key, u32 offset, void *buf, u32 len) |
Retrieves the value associated with a key. | |
int | sceIdStorageReadLeaf (u16 key, void *buf) |
Retrieves the whole 512 byte container for the key. | |
int | sceIdStorageWriteLeaf (u16 key, void *buf) |
sceIdStorageWriteLeaf() - Writes 512-bytes to idstorage key | |
int | sceIdStorageIsReadOnly (void) |
sceIdStorageIsReadOnly() - Checks idstorage for readonly status | |
int | sceIdStorageFlush (void) |
sceIdStorageFlush() - Finalizes a write | |