PSPSDK Wiki
Advertisement

Function: 

pspDebugScreenInit();​


Requires:

#include <pspdebug.h>


Usage:

This function initializes the screen for displaying text.
It must be called atleast once before writing on the screen.

Example:

​#include <pspdebug.h>

int main(int argc, char *argv[])
{ 
pspDebugScreenInit();​

}

Advertisement