Search found 6 matches
- Fri Jul 22, 2005 7:19 pm
- Forum: PSP Development
- Topic: My bugs or maybe PSPSDK's bugs... sceIoDread and Callbacks
- Replies: 10
- Views: 3633
I got the same problems and I ran some tests on files and directories. It turns out, that there is a bug in the SDK. To decide whether it is a file or a folder you got to check the st_mode variable. BUT you have to use the IOAccessModes for that. from pspiofilemgr_stat.h: ... 00029 FIO_S_IFMT = 0xF0...
- Thu Jul 14, 2005 6:37 am
- Forum: PSP Development
- Topic: Error 800200D9
- Replies: 8
- Views: 3024
- Thu Jul 14, 2005 5:04 am
- Forum: PSP Development
- Topic: Error 800200D9
- Replies: 8
- Views: 3024
- Thu Jul 14, 2005 3:29 am
- Forum: PSP Development
- Topic: Error 800200D9
- Replies: 8
- Views: 3024
- Thu Jul 14, 2005 2:18 am
- Forum: PSP Development
- Topic: Error 800200D9
- Replies: 8
- Views: 3024
- Wed Jul 13, 2005 6:05 pm
- Forum: PSP Development
- Topic: Error 800200D9
- Replies: 8
- Views: 3024
Error 800200D9
I ve installed the pspdev toolchain and the sdk but I cant get any application to run on my psp. I always get error code 800200d9. From some other post it is referred as 'failed to allocate memory block'. What am I doing wrong? There are no errors during compilation or linking and Im including the b...