PSPSDK 2024-10-31
|
Macros | |
#define | dbgprintf pspDebugScreenPrintf |
Functions | |
int | pspDebugInstallStdinHandler (PspDebugInputHandler handler) |
Install a handler for stdin (so you can use normal stdio functions) | |
int | pspDebugInstallStdoutHandler (PspDebugPrintHandler handler) |
Install a print handler for stdout (so you can use normal print functions) | |
int | pspDebugInstallStderrHandler (PspDebugPrintHandler handler) |
Install a print handler for stderr (so you can use normal print functions) | |
#define dbgprintf pspDebugScreenPrintf |