Advertisement
ABCanG

Untitled

Aug 6th, 2011
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.26 KB | None | 0 0
  1.     if( libmInitBuffers(0,PSP_DISPLAY_SETBUF_NEXTFRAME,&dinfo) ){
  2.         for(n=0, x=20, y=0; n<dir1[0].num; n++, y+=8){
  3.             libmPrintXY(x,y,WHITE,0,dir1[n].name,&dinfo);
  4.         }
  5.         for(n=0; n<dir2[0].num; n++, y+=8){
  6.             libmPrintXY(x,y,WHITE,0,dir2[n].name,&dinfo);
  7.         }
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement