Search found 2 matches
- Thu May 10, 2007 4:26 pm
- Forum: PSP Development
- Topic: Bug in psploadcore.h ?
- Replies: 4
- Views: 1511
Yes, you are missing the This structure could change in future firmware revisions. comment. :) What firmware are you using? See SceKernelThreadKInfo for an example of adding firmware-dependent fields. You're right, I just missed that part :P I'm on 1.5. Thanks for the advice. I'll check SceKernelTh...
- Thu May 10, 2007 6:31 am
- Forum: PSP Development
- Topic: Bug in psploadcore.h ?
- Replies: 4
- Views: 1511
Bug in psploadcore.h ?
Hi everyboady. I'm just wondering is there is a (small) bug in psploadcore.h / sceModule definition. Here is an extract of my code SceUID ids[512]; memset(ids, 0, 512 * sizeof(SceUID)); result = sceKernelGetModuleIdList(ids, 512 * sizeof...