i'm sure everyone here is familar with List.java and Vector.java.
does anyone know how to implement that in PSP? because i need a data structure like list or vector in PSP.
hi all, i have recently try to do some simple graphic thingy. displaying a .PNG picture and draw a string. displaying the .PNG picture alone work great. drawstring alone also working fine. but when i combine then together, i got distorted graphic. can any1 guide me.... thanks below are my code(i mod...
sceCtrlReadBufferPositive() is a blocking call - so no wasted processing. Use sceCtrlPeek* if you want to see if there's any button press/release events to check for without blocking. Adam so what u mean is that if user didn't press anything it will stop at sceCtrlReadBufferPositive(). proceed unti...
can any1 show me how to create and handle button action? coz all the tutorial are in a forever loop to check if user press any key. maybe in a form of interrupt or whatsoever... pspsdk/src/samples/controller/basic that sample has a while loop ;) pspsdk/src/samples/kernel/threadstatus so basically: ...
can any1 show me how to create and handle button action? coz all the tutorial are in a forever loop to check if user press any key.
maybe in a form of interrupt or whatsoever...
also can any1 show me how to create a lightweight thread to run some job, perhaps a helloworld thread....