int sceIdStorageFlush(void)
sceIdStorageFlush() - Finalizes a write
int sceIdStorageIsReadOnly(void)
sceIdStorageIsReadOnly() - Checks idstorage for readonly status
int sceIdStorageReadLeaf(u16 key, void *buf)
Retrieves the whole 512 byte container for the key.
int sceIdStorageLookup(u16 key, u32 offset, void *buf, u32 len)
Retrieves the value associated with a key.
int sceIdStorageWriteLeaf(u16 key, void *buf)
sceIdStorageWriteLeaf() - Writes 512-bytes to idstorage key
uint16_t u16
Definition psptypes.h:39
float x
Definition psptypes.h:0
uint32_t u32
Definition psptypes.h:41