From 68ec3c951589f150bf6d60c348cb74a9d6bea5e8 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 6 Nov 2008 07:08:27 +0000 Subject: [PATCH] fix GC compile --- source/ngc/video.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ngc/video.cpp b/source/ngc/video.cpp index ea2fe9a..3380bb5 100644 --- a/source/ngc/video.cpp +++ b/source/ngc/video.cpp @@ -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);