![]() |
vitasdk
Documentation of the vitasdk
|
Exports for Kernel. More...
Functions | |
| int | ksceIdStorageReadLeaf (SceSize leafnum, void *buf) |
| int | ksceIdStorageWriteLeaf (SceSize leafnum, const void *buf) |
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
| 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.