KUTTHA / lamecraft

Automatically exported from code.google.com/p/lamecraft
GNU General Public License v2.0
0 stars 0 forks source link

No fullscreen support on TV #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
while playing the game on a tv using a compatible cable the game isn't 
fullscreen just like official psp games.
the XMB and some homebrews (emulators mostly) have full screen support and 
while playing on a tv the homebrew will be full screen instead of being into a 
black box.

Additional info about this:

By Dark_AleX

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)

*sample attached*

Original issue reported on code.google.com by mozmoz...@email.it on 19 May 2011 at 2:39

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for code I will investigate this :)

Original comment by marcin.p...@gmail.com on 22 May 2011 at 9:16

GoogleCodeExporter commented 8 years ago
i hope you make your game to use this feature, if it uses extra ram and psp fat 
can't run it no worries cause psp fat has no tv out...
it will be AWESOME to play this game on fullscreen on our tv (720x503!!)
finger crossed, it's a very cool feature and it will make the game look even 
better (imagine playing lamecraft with customized hi-res textures on our TV 
with high resolution mod tv out)

Original comment by mozmoz...@email.it on 25 May 2011 at 5:13

GoogleCodeExporter commented 8 years ago
Changed to enhancement! Please use the correct type.

Original comment by bfh...@gmail.com on 19 Jul 2011 at 6:05