mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-25 02:02:02 +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)
|
||||
progressive = true;
|
||||
|
||||
#ifdef HW_RVL
|
||||
// widescreen fix
|
||||
if(CONF_GetAspectRatio())
|
||||
{
|
||||
vmode->viWidth = 678;
|
||||
vmode->viXOrigin = (VI_MAX_WIDTH_PAL - 678) / 2;
|
||||
}
|
||||
#endif
|
||||
|
||||
VIDEO_Configure(vmode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user