vitasdk
Documentation of the vitasdk

Detailed Description

Exports for Kernel.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceIdStorageForDriver_stub



Functions

int ksceIdStorageReadLeaf (SceSize leafnum, void *buf)
 
int ksceIdStorageWriteLeaf (SceSize leafnum, const void *buf)
 

Function Documentation

◆ ksceIdStorageReadLeaf()

int ksceIdStorageReadLeaf ( SceSize  leafnum,
void *  buf 
)
Parameters
[in]leafnum- The read target leaf number
[out]buf- The leaf data buffer pointer, size is 512 byte
Returns
0 on success, < 0 on error.

◆ ksceIdStorageWriteLeaf()

int ksceIdStorageWriteLeaf ( SceSize  leafnum,
const void *  buf 
)
Parameters
[in]leafnum- The write target leaf number
[in]buf- The leaf data buffer pointer, size is 512 byte
Returns
0 on success, < 0 on error.

note - Writing to leaf requires manufacturing mode.