Search found 6 matches

by ils
Mon Jun 26, 2006 7:40 pm
Forum: PSP Development
Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
Replies: 1856
Views: 8842062

@jonny : thanks!! this app rocks!!

and is there "Goto" function ?? (sorry, didn't read the entire thread)
cos fast forward in 2 hours movie isn't that nice..

Thanks!
by ils
Mon Jun 06, 2005 11:47 am
Forum: PSP Development
Topic: Library Usage Help (Newbie)
Replies: 5
Views: 3246

ok thanks!
i finally can use the buttons now :)
by ils
Fri May 27, 2005 4:56 pm
Forum: PSP Development
Topic: Simultaneous Keypress (Help Again)
Replies: 1
Views: 1560

Simultaneous Keypress (Help Again)

how can we perform more than 1 key pressed at a time ?

i'm assuming it won't work if we called sceCtrlRead twice ? (cos it would read the same button twice and the first one would get dismissed)

thanks!
by ils
Wed May 25, 2005 6:24 pm
Forum: PSP Development
Topic: Library Usage Help (Newbie)
Replies: 5
Views: 3246

ok, need help here.. i tried a few hours to use button/pad but didn't work. i copy/paste RIN's (GBC emulator) PAD.H as follow typedef struct _ctrl_data { u32 frame; u32 buttons; u8 analog[4]; u32 unused; } ctrl_data_t; and create variable name "pad" in my xmain (main function), i code : sc...
by ils
Wed May 25, 2005 11:22 am
Forum: PSP Development
Topic: Library Usage Help (Newbie)
Replies: 5
Views: 3246

yeah, thanks.
but i manage to understand it a little (well, thanks to many sources that everyone share, i can compare 1 with another)

right now i'm trying to use button in my program. but it didn't work :(
by ils
Mon May 23, 2005 11:47 am
Forum: PSP Development
Topic: Library Usage Help (Newbie)
Replies: 5
Views: 3246

Library Usage Help (Newbie)

i'm aware there is alot of library list in other thread. but how can i use them ? i search every source code (nem's hello world for example) but can't find it in .c/.h file. but found it @ ASM Code. anyone can explain this ? i understand ASM a little (very very little) how can i link C/H file to an ...