teclilla18 / wiicoverflow

Automatically exported from code.google.com/p/wiicoverflow
0 stars 0 forks source link

Please add the black bars fix (if possible, put as a option to games as well) #303

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some users with 16:9 and 4:3 tv's see black bars on the left and right side
in almost every homebrew progam and in some games.This here is the fix for
the problem:

rmode = VIDEO_GetPreferredMode(NULL);

//removes the border
rmode->viXOrigin = 0;
rmode->viWidth = 720; 

VIDEO_Configure(rmode);

Original issue reported on code.google.com by tidusma...@gmail.com on 3 Jul 2009 at 6:18

GoogleCodeExporter commented 8 years ago
I'll proof this. Thanx

Original comment by LoudBob11@googlemail.com on 3 Jul 2009 at 6:21

GoogleCodeExporter commented 8 years ago
Maybe this fix could help for a few TV-sets and video modes only.
Modern TV-sets have an overscan option for scaling.
If not, please feel free to edit the code and build your own version.
Thanks

Original comment by LoudBob11@googlemail.com on 5 Jul 2009 at 10:29

GoogleCodeExporter commented 8 years ago
I really apreciate your atention, unfortunatly i don't have any coding 
experience at
all.Could you please tell me what program do i need to modify that little line 
of code?

Original comment by tidusma...@gmail.com on 10 Jul 2009 at 10:49