PDA

View Full Version : Need Text Help



Jitesh
March 6th, 2006, 18:35
sorry if this is a newbish question but im new to C programming,
how is it possible to delete the text that is already on the page and replace it
with other text, or atleast scroll down, so far the hello world tutorial only lets you cover up one
psp screen of text, anymore and it would crash, does anyone know?

Heres the code I use

int main() {
pspDebugScreenInit();
SetupCallbacks();
pspDebugScreenPrintf("Text Goes Here");
sceKernelSleepThread();
return 0;
}