fix compilation with libOGC 1.8.11+

This commit is contained in:
Christopher Roy Bratusek 2012-05-12 16:08:54 +02:00
parent e399b441a6
commit 501392d1fd

View File

@ -133,7 +133,7 @@ InitVideo ()
else
{
if (pal)
vmode = &TVPal574IntDfScale;
vmode = &TVPal576IntDfScale;
vmode->viWidth = 672;
}
@ -324,4 +324,4 @@ void stretch(int oben, int unten, int links, int rechts)
Mtx44 p;
guOrtho(p, oben, 479 - unten, links, 639 - rechts, 0, 300);
GX_LoadProjectionMtx(p, GX_ORTHOGRAPHIC);
}
}