PSPSDK 2026-01-28
Loading...
Searching...
No Matches
pspidstorage.h File Reference
#include <psptypes.h>
Include dependency graph for pspidstorage.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
 
int sceIdStorageCreateLeaf (unsigned int leafid)
 
int sceIdStorageCreateAtomicLeaves (u16 *leaves, int n)
 
int sceIdStorageFormat ()
 
int sceIdStorageUnformat ()