Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if(keys->pad.Lx <= 255 || keys->pad.Lx >= 240)
  2. {
  3. machin
  4. }
  5.  
  6. pspDebugScreenSetXY(0, 0);
  7. pspDebugScreenPrintf("FPS : %d", geFps());
  8.  
  9. pspDebugScreenSetXY(0, 5);
  10. pspDebugScreenPrintf("Pad X Value : %d", keys->pad.Lx);
  11.  
  12. pspDebugScreenSetXY(0, 10);
  13. pspDebugScreenPrintf("Pad Y Value : %d", keys->pad.Ly);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement