Search found 3 matches

by MrDosu
Fri Mar 02, 2007 11:53 pm
Forum: PSP Development
Topic: catching power events question
Replies: 2
Views: 1351

great mate! :D

the 4 the quick reply just what i needed, 2 thumbs up
by MrDosu
Fri Mar 02, 2007 11:28 pm
Forum: PSP Development
Topic: catching power events question
Replies: 2
Views: 1351

catching power events question

Hi, id like to catch the power events like in the power callback eg: int power_callback(int unknown, int pwrflags, void* unknown2) { if ( pwrflags & PSP_POWER_CB_POWER_SWITCH ) { printf("night night...\n"); } el...
by MrDosu
Thu Feb 15, 2007 11:03 am
Forum: PSP Development
Topic: little scePowerRequestSuspend problem
Replies: 0
Views: 1055

little scePowerRequestSuspend problem

Hi, /* unneeded talk Im just working on a little project to create a nice looking homebrew to turn the psp into a full fledged media server remote. Although im quite adept to c/c++ i have very little experience in the "embedded" world. :D unneeded talk */ my problem: when i run scePowerReq...