Guest User

Untitled

a guest
Jan 21st, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. int main()
  2. {
  3. pspDebugScreenInit();
  4. setupExitCallback();
  5.  
  6. while(isRunning())
  7. {
  8. pspDebugScreenSetXY(0, 0);
  9. printf("Hello World!");
  10. sceDisplayWaitVblankStart();
  11. }
  12.  
  13. sceKernelExitGame();
  14. return 0;
  15. }
Add Comment
Please, Sign In to add comment