vitasdk
Documentation of the vitasdk

Exports for Kernel. More...

Functions

void ksceKernelSetGPO (SceUInt32 gpo)
 
SceUInt32 ksceKernelGetGPO (void)
 
void ksceKernelSetGPI (SceUInt32 gpi)
 
SceUInt32 ksceKernelGetGPI (void)
 
void ksceDebugLedRegisterHandle0 (void(*func)(int a1, int a2, int a3, int a4))
 
void ksceDebugLedInvokeHandle0 (int a1, int a2, int a3, int a4)
 
void ksceDebugLedRegisterHandle1 (void(*func)(int a1, int a2, int a3, int a4))
 
void ksceDebugLedInvokeHandle1 (int a1, int a2, int a3, int a4)
 

Detailed Description

Exports for Kernel.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceDebugLedForDriver_stub



Function Documentation

◆ ksceKernelSetGPO()

void ksceKernelSetGPO ( SceUInt32  gpo)

◆ ksceKernelGetGPO()

SceUInt32 ksceKernelGetGPO ( void  )

◆ ksceKernelSetGPI()

void ksceKernelSetGPI ( SceUInt32  gpi)

◆ ksceKernelGetGPI()

SceUInt32 ksceKernelGetGPI ( void  )

◆ ksceDebugLedRegisterHandle0()

void ksceDebugLedRegisterHandle0 ( void(*)(int a1, int a2, int a3, int a4)  func)

◆ ksceDebugLedInvokeHandle0()

void ksceDebugLedInvokeHandle0 ( int  a1,
int  a2,
int  a3,
int  a4 
)

◆ ksceDebugLedRegisterHandle1()

void ksceDebugLedRegisterHandle1 ( void(*)(int a1, int a2, int a3, int a4)  func)

◆ ksceDebugLedInvokeHandle1()

void ksceDebugLedInvokeHandle1 ( int  a1,
int  a2,
int  a3,
int  a4 
)