vitasdk
Documentation of the vitasdk
|
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
Functions | |
int | ksceIdStorageReadLeaf (SceSize leafnum, void *buf) |
int | ksceIdStorageWriteLeaf (SceSize leafnum, const void *buf) |
int ksceIdStorageReadLeaf | ( | SceSize | leafnum, |
void * | buf | ||
) |
[in] | leafnum | - The read target leaf number |
[out] | buf | - The leaf data buffer pointer, size is 512 byte |
int ksceIdStorageWriteLeaf | ( | SceSize | leafnum, |
const void * | buf | ||
) |
[in] | leafnum | - The write target leaf number |
[in] | buf | - The leaf data buffer pointer, size is 512 byte |
note - Writing to leaf requires manufacturing mode.