Search found 6 matches

by DeathCradle
Fri Jan 16, 2009 9:14 pm
Forum: PSP Development
Topic: Recovery M33 and xmb
Replies: 3
Views: 1586

Do you'se reckon that after the module is loaded, for on exit, hook sceKernelExitVSHVSH (i think VSH or sceKernelExitGame) into a function that unloads the recovery module? then resumes the threads? I wonder how um Miriam had done it. When i experimented with that it failed at "apiHookByName&qu...
by DeathCradle
Tue Jul 01, 2008 2:03 pm
Forum: PSP Development
Topic: sceKernelDevkitVersion: all possible returns...
Replies: 15
Views: 5135

in this new app im doing for psp4noobz im calculating the devkits by the repetition of number changes, its easy to do btw, look at the repetition..... 0x04000110 = 4.01 // 4 0 1 0x04000010 = 4.00 // 4 0 0 0x03090610 = 3.96 // 3 9 6 0x03000210 = 3.02 // 3 0 2 0x02070110 = 2.71 // 2 7 1 0x02050010 = 2...
by DeathCradle
Tue Apr 22, 2008 6:31 am
Forum: PSP Development
Topic: Delete folder?
Replies: 6
Views: 1983

Re: Delete folder?

Hi! :) Is it possible to delete a folder? I know how to delete a file, but not how to del. a folder. There's no function to delete a folder containing files and/or subdirectories. You have to empty each subdirectory and then remove the empty folders with sceIoRmdir. Ciaooo Sakya I thought that Team...
by DeathCradle
Fri Apr 04, 2008 5:09 pm
Forum: PSP Development
Topic: downloading files?? from internet.....How?
Replies: 27
Views: 14848

Read PiCkDaT's post in this thread, he told ne0h how to.
PiCkDaT wrote:in cygwin type

svn co svn://svn.ps2dev.org/psp/trunk/pspsdk/
cd pspsdk
make
make install
by DeathCradle
Sat Mar 01, 2008 12:55 pm
Forum: PSP Development
Topic: Load Iso's/Cso's
Replies: 24
Views: 10936

ok ok calm down, i was making sure, lol

so what firmware version you got?

have you linked a iso prx?

in one of my apps i used,

Code: Select all

pspSdkLoadStartModule()
Or

Code: Select all

LoadExec
lol can't remember?

& i'm not sure if i linked a iso prx
by DeathCradle
Fri Feb 29, 2008 9:31 pm
Forum: PSP Development
Topic: Load Iso's/Cso's
Replies: 24
Views: 10936

Re: Load Iso's/Cso's

Pirata Nervo wrote:Shouldn't this function work?
.............Have you even tested it yet??