From 542a6b0385fb4fe40b84abc28d5cb9d6c3cee61b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 24 May 2013 18:38:13 +0200 Subject: [PATCH] (GX) Fix Gamecube build --- frontend/menu/rgui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/menu/rgui.c b/frontend/menu/rgui.c index 94b7a5cadb..eea15b03f7 100644 --- a/frontend/menu/rgui.c +++ b/frontend/menu/rgui.c @@ -1866,9 +1866,11 @@ static int video_option_toggle_setting(rgui_handle_t *rgui, unsigned setting, rg { if (rgui_current_gx_resolution < GX_RESOLUTIONS_LAST - 1) { +#ifdef HW_RVL if ((rgui_current_gx_resolution + 1) > GX_RESOLUTIONS_640_480) if (CONF_GetVideo() != CONF_VIDEO_PAL) return 0; +#endif rgui_current_gx_resolution++; gx_set_video_mode(rgui_gx_resolutions[rgui_current_gx_resolution][0],