Posted By: wraggster
News/release from Moonlight:
This is a sample to start the psp slim tv out from homebrew, using whatever cable (d-terminal has not been tested, but i think it has same code as component), and use it in full screen.
You start the sample normally, and then the sample connects to the tv out.
To use it in your code, you just have to replace the call to sceDisplaySetMode with the call to my custom function pspDveMgrSetVideoOut (which calls sceImposeSetVideoOutMode, which at the end calls sceDisplaySetMode), and be aware of the bigger resolution.
The good thing about the tv out, is that the resolution is really bigger (720x503 in composite, 720x480 in component), so it would be cool that video applications are ported to use it
http://www.megaupload.com/?d=QJQ8DEFH
He also updated with this
If it is help for anyone, these are the reversed and recompilable code of dve.prx and hibari.prx (hibari is needed to make the psp slim screen display work, and probably is required for tv output too).
The clones can replace the ones of 3.60 M33 and work perfectly like the original
For 3.71, it should be just a matter of changing the nids (only the one of imports, the one of exports are unaltered).
The code has much unknowns, and maybe not that readable, but still better than asm
http://rapidshare.com/files/62786951...piled.rar.html
http://rapidshare.com/files/62787712...piled.rar.html
For coders only