This commit is contained in:
parent
1a474d1e8f
commit
9b62de3e27
|
@ -832,7 +832,8 @@ WII_InitVideoSystem()
|
|||
void WII_SetWidescreen(int wide)
|
||||
{
|
||||
if(wide)
|
||||
{ vmode->viWidth = 678;
|
||||
{
|
||||
vmode->viWidth = 678;
|
||||
vmode->viXOrigin = (VI_MAX_WIDTH_NTSC - 678) / 2;
|
||||
}
|
||||
else
|
||||
|
|
Reference in a new issue