This commit is contained in:
dborth 2010-03-17 06:34:05 +00:00
parent 1a474d1e8f
commit 9b62de3e27

View file

@ -832,7 +832,8 @@ WII_InitVideoSystem()
void WII_SetWidescreen(int wide) void WII_SetWidescreen(int wide)
{ {
if(wide) if(wide)
{ vmode->viWidth = 678; {
vmode->viWidth = 678;
vmode->viXOrigin = (VI_MAX_WIDTH_NTSC - 678) / 2; vmode->viXOrigin = (VI_MAX_WIDTH_NTSC - 678) / 2;
} }
else else