 |
forums.ps2dev.org Homebrew PS2, PSP & PS3 Development Discussions
|
| View previous topic :: View next topic |
| Author |
Message |
3r Ch4mp1
Joined: 11 Aug 2007 Posts: 4
|
Posted: Sat Aug 11, 2007 10:25 am Post subject: sceDisplayDisable() |
|
|
Hi guys, i'm trying to turn off fully the psp screen, i used sceGuDisplay(0) but when i use sceGuDisplay(1) the screen keeps black but the backlight turns on as I increase the brightness.
I've read here about sceDisplayDisable and sceDisplayEnable, i put them on the top of my file, but in linking time they cannot be resolved (or simmilar).
So what version of the pspsdk must i use to get them working or what should I do, what i found searching here was completely useless for me.
Thanks in advance. |
|
| Back to top |
|
 |
3r Ch4mp1
Joined: 11 Aug 2007 Posts: 4
|
Posted: Sat Aug 11, 2007 10:32 pm Post subject: |
|
|
Problem fixed, the only thing i done was this, if you are programming in C++ and want to use these two functions use this:
| Code: | extern "C"{
int sceDisplayEnable(void);
int sceDisplayDisable(void);
} |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|