Search found 2 matches

by atari800
Wed Jul 11, 2007 12:32 am
Forum: PSP Development
Topic: Completely turn off display. how to?
Replies: 15
Views: 8136

I added -lpsppower -lpspdisplay_driver to my LIBS in the makefile when I have sceDisplayEnable or scePowerTick or anything like this - if the program is in Game150 or GAME (kernel set to 1.50) - blank screen when it starts and I need ot reboot PSP to break out if it is in Game340 - I get The Game co...
by atari800
Fri Jun 22, 2007 11:09 am
Forum: PSP Development
Topic: Completely turn off display. how to?
Replies: 15
Views: 8136

Super noob - so please forgive me I am trying to get sceDisplayEnable() and sceDisplayDisable() to work. have tried -lpspdisplay_kernel & -lpspdisplay_driver and both together Even tossed in: #include "pspdisplay_kernel.h" (driver too) At best it compiles but when it loads - it locks u...