I want to write a function wich returns the text in the OSK
Code: Select all
const char * pspGetString(const char* begintext,const char* description);Code: Select all
const char * pspGetString(const char* begintext,const char* description);Code: Select all
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}Code: Select all
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}