From 2853e50aa296234428c24cfa29b7bdab732110a0 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 14 Apr 2013 23:17:22 +0200 Subject: [PATCH] Move Hardware Filtering to GEKKO ifdef. --- frontend/menu/rgui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/menu/rgui.c b/frontend/menu/rgui.c index 97f7bb67da..c8260e98c3 100644 --- a/frontend/menu/rgui.c +++ b/frontend/menu/rgui.c @@ -1050,11 +1050,11 @@ static void rgui_settings_populate_entries(rgui_handle_t *rgui) rgui_list_push(rgui->selection_buf, "Change Game", RGUI_SETTINGS_OPEN_FILEBROWSER, 0); rgui_list_push(rgui->selection_buf, "Restart Game", RGUI_SETTINGS_RESTART_GAME, 0); } - rgui_list_push(rgui->selection_buf, "Hardware filtering", RGUI_SETTINGS_VIDEO_FILTER, 0); #ifdef HW_RVL rgui_list_push(rgui->selection_buf, "VI Trap filtering", RGUI_SETTINGS_VIDEO_SOFT_FILTER, 0); #endif #ifdef GEKKO + rgui_list_push(rgui->selection_buf, "Hardware filtering", RGUI_SETTINGS_VIDEO_FILTER, 0); rgui_list_push(rgui->selection_buf, "Screen Resolution", RGUI_SETTINGS_VIDEO_RESOLUTION, 0); rgui_list_push(rgui->selection_buf, "Gamma", RGUI_SETTINGS_VIDEO_GAMMA, 0); #endif