Exports for Kernel.
More...
|
| 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) |
| |
Exports for Kernel.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
SceDebugLedForDriver_stub
◆ ksceKernelSetGPO()
◆ ksceKernelGetGPO()
◆ ksceKernelSetGPI()
◆ ksceKernelGetGPI()
◆ 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 |
|
) |
| |