Precision on pspDebugScreenInitEx

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
seventh
Posts: 11
Joined: Sat Jan 21, 2006 2:10 am

Precision on pspDebugScreenInitEx

Post by seventh »

Hi

I just wanted to share that the second argument of the pspDebugScreenInitEx function should be taken among ::PspDisplayPixelFormats . As it was not that clear (at least to me) in the header comment, I think it may help some.

Concerning the third argument, I did not understand what its purpose was, maybe it's the same than ::PspDisplaySetBufSync ? Does anybody know ?
User avatar
Raphael
Posts: 646
Joined: Tue Jan 17, 2006 4:54 pm
Location: Germany
Contact:

Post by Raphael »

@param setup - Setup the screen if 1
Well, that tells you it sets up the screen if you set it to 1. That should already be enough information for usage. If you're interested in knowing exactly what it does, a peek into the pspsdk source reveals everything (src/debug/scr_printf.c).
<Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki

Alexander Berl
Post Reply