mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
whoops! fix GC compiling
This commit is contained in:
parent
cb6105d743
commit
0f6350e4e1
@ -519,12 +519,14 @@ InitGCVideo ()
|
||||
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