mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 02:31:50 +01:00
fix GC compile
This commit is contained in:
parent
7740c1c0a2
commit
68ec3c9515
@ -305,12 +305,14 @@ void InitialiseVideo ()
|
|||||||
if (vmode->viTVMode == VI_TVMODE_NTSC_PROG)
|
if (vmode->viTVMode == VI_TVMODE_NTSC_PROG)
|
||||||
progressive = true;
|
progressive = true;
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
// widescreen fix
|
// widescreen fix
|
||||||
if(CONF_GetAspectRatio())
|
if(CONF_GetAspectRatio())
|
||||||
{
|
{
|
||||||
vmode->viWidth = 678;
|
vmode->viWidth = 678;
|
||||||
vmode->viXOrigin = (VI_MAX_WIDTH_PAL - 678) / 2;
|
vmode->viXOrigin = (VI_MAX_WIDTH_PAL - 678) / 2;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
VIDEO_Configure(vmode);
|
VIDEO_Configure(vmode);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user