mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
fix compilation with libOGC 1.8.11+
This commit is contained in:
parent
e399b441a6
commit
501392d1fd
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user