Search found 6 matches

by NintendoBoy13
Wed Feb 03, 2010 7:32 pm
Forum: PSP Development
Topic: Disable Buttons
Replies: 5
Views: 4537

?

What do you mean disable it? Just don't include the code to use it...
by NintendoBoy13
Sat Jan 23, 2010 9:57 am
Forum: PSP Development
Topic: Importing (ctrl) functions from KernelMode Prx
Replies: 5
Views: 3666

psPea wrote:Your eboot needs to be built as a prx to load a kernel module.
Also you should know that commenting out loading the prx wouldn't solve your problem.
As a side note this is not true. I successfully loaded the prx and used it's functions without building as a prx.
by NintendoBoy13
Mon Jan 18, 2010 6:05 pm
Forum: PSP Development
Topic: Importing (ctrl) functions from KernelMode Prx
Replies: 5
Views: 3666

Edit : Fixed thanks to InsertWittyName :) Problem was one digit in the exp file.
by NintendoBoy13
Mon Jan 18, 2010 5:20 pm
Forum: PSP Development
Topic: Importing (ctrl) functions from KernelMode Prx
Replies: 5
Views: 3666

psPea wrote:Your eboot needs to be built as a prx to load a kernel module.
Also you should know that commenting out loading the prx wouldn't solve your problem.
Thanks I'll add that to the makefile. Also I know that it wouldn't solve it, was leaving it out to do some testing.
by NintendoBoy13
Mon Jan 18, 2010 1:37 pm
Forum: PSP Development
Topic: How to 'shutdown','reset','sleep' the psp???
Replies: 4
Views: 3163

Look in the documentations for the psppower library, you should find the functions there to call for them. Also if you want to use home and note buttons, you will have to go into kernel mode...
by NintendoBoy13
Mon Jan 18, 2010 8:58 am
Forum: PSP Development
Topic: Importing (ctrl) functions from KernelMode Prx
Replies: 5
Views: 3666

Importing (ctrl) functions from KernelMode Prx

So, I'm trying to use kernelmode specific buttons in usermode on my psp in 5.xx kernel, and I am having many problems. I know that I have to import from a kernelmode prx ( to my usermode eboot.pbp) but it's not working. I will supply everything that I have done up until now. Btw this is just a test ...