|
PSPSDK 2025-10-12
|
Typedefs | |
| typedef void(* | PspDebugPutChar) (unsigned short *args, unsigned int ch) |
| Typedef for the debug putcharacter handler. | |
Functions | |
| void | sceKernelRegisterDebugPutchar (PspDebugPutChar func) |
| Register a debug put character handler. | |
| PspDebugPutChar | sceKernelGetDebugPutchar (void) |
| Get the debug put character handler. | |
| void | Kprintf (const char *format,...) |
| Kernel printf function. | |
| typedef void(* PspDebugPutChar) (unsigned short *args, unsigned int ch) |
Typedef for the debug putcharacter handler.
| void Kprintf | ( | const char * | format, |
| ... ) |
Kernel printf function.
| format | - The format string. |
| ... | - Arguments for the format string. |
Referenced by pspSdkFixupImports().
| PspDebugPutChar sceKernelGetDebugPutchar | ( | void | ) |
Get the debug put character handler.
| void sceKernelRegisterDebugPutchar | ( | PspDebugPutChar | func | ) |
Register a debug put character handler.
| func | - The put character function to register. |
Referenced by pspDebugSioInstallKprintf().