Search found 11 matches

by k!rk
Mon Jan 12, 2009 5:37 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306325

Much thanks Moonlight!

Btw: Right click download works fine for me.
by k!rk
Sat Dec 20, 2008 2:23 pm
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306325

I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh). After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release. I'm also thinking of making a C++ and D O...
by k!rk
Wed Dec 03, 2008 10:16 am
Forum: PSP Development
Topic: IR Learning Remote Really Not possible or Not investigated?
Replies: 11
Views: 3766

jube wrote:Irshell rings a bell.
No doubt about that, Ahman did it again. Just amazing.
by k!rk
Fri Aug 15, 2008 2:52 am
Forum: PSP Development
Topic: number Keyboard
Replies: 10
Views: 3398

no, thats exactly why i said you have to build one yourself rather than using the build in osk.
by k!rk
Wed Aug 13, 2008 11:18 pm
Forum: PSP Development
Topic: number Keyboard
Replies: 10
Views: 3398

You have to build one on your own if you need such a keyboard.
by k!rk
Wed Aug 13, 2008 4:24 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306325

Great work on the VLF lib so far, looking forward to a proper release someday. Sadly that graphics.c didnt work with it at the moment. Please help me for inserted de progress bar...I read the source of dc6 but nothing!it is urgent! I think its only urgent that you understand what you do, not to rele...
by k!rk
Fri Aug 08, 2008 2:39 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 306325

Much thanks Boss!!!
by k!rk
Tue Jul 22, 2008 7:05 am
Forum: PSP Development
Topic: Problem with simple MP3 player!!!
Replies: 7
Views: 2447

Try MP3_FreeTune();
by k!rk
Tue Jul 22, 2008 6:15 am
Forum: PSP Development
Topic: Stop/ unload vshmain "vsh_module"
Replies: 5
Views: 2491

Exactly... thats the problem obvious. I thought myself about it while watching the topmenu in the unloaded VSH and came to the same conclusion. Stupid me! As you said much more stuff is loaded while running the XMB and it looks like its something which cant be done that way. Whats the function to la...
by k!rk
Sat Jul 19, 2008 12:36 am
Forum: PSP Development
Topic: Stop/ unload vshmain "vsh_module"
Replies: 5
Views: 2491

Thanks for the reply Hellcat. I tried to load a kmode.prx from my vsh module but then the vsh could not be loaded anymore. maybe it was just my fault think i have to try again. At the moment im testing with a 0x1000 modul running as a plugin using sceFindModuleByName- stopModule - unloadModule. It s...
by k!rk
Fri Jul 18, 2008 8:43 am
Forum: PSP Development
Topic: Stop/ unload vshmain "vsh_module"
Replies: 5
Views: 2491

Stop/ unload vshmain "vsh_module"

Hi there,

wondering for a while now if there is a way to unload the vsh from another vsh module?
Stop/ unload module is only working in kernel mode afaik.

Need to figure out a way to unload vshmain from a module which is working in vsh mode too.

Thanks for any hints and help. :)