Search found 4 matches

by jcyuan
Sun Jan 31, 2010 2:09 pm
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121263

just nice work.
it works fine. thanks!
by jcyuan
Tue Jan 26, 2010 12:32 pm
Forum: PSP Development
Topic: hello everyone, i have a problem on thread.
Replies: 4
Views: 4529

sorry, it seems that bold font can't be shown in

Code: Select all

 section.
by jcyuan
Tue Jan 26, 2010 12:30 pm
Forum: PSP Development
Topic: hello everyone, i have a problem on thread.
Replies: 4
Views: 4529

thanks for your reply. this code is part of the CheatMaster v0.7 source code, i think it's absolutely useful there. this is the whole source code: #include <pspkernel.h> #include <pspctrl.h> #include <pspctrl_kernel.h> #include <pspsdk.h> #include <pspdisplay.h> #include <stdio.h> #include <stdlib.h...
by jcyuan
Mon Jan 25, 2010 6:48 pm
Forum: PSP Development
Topic: hello everyone, i have a problem on thread.
Replies: 4
Views: 4529

hello everyone, i have a problem on thread.

i'm newbie here, i have a question and need your help. while(1) { SceCtrlData ctl; do { sceKernelDelayThread(20000); sceCtrlPeekBufferPositive(&ctl, 1); } while((ctl.Buttons & 0xF0FFFF) != PSP_CTRL_XXX); //do something } i don't quite understand of 'sceKernelDelayThread' (red above), if i ca...