From ef01743ef9bd51b216db2e1218250954e7e1b875 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 6 Mar 2014 05:45:11 +0100 Subject: [PATCH] (Xbox 360) Expose Gamma correction option in menu --- frontend/menu/menu_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/menu/menu_common.c b/frontend/menu/menu_common.c index bf428de298..bf00949d5c 100644 --- a/frontend/menu/menu_common.c +++ b/frontend/menu/menu_common.c @@ -1882,6 +1882,8 @@ void menu_populate_entries(void *data, unsigned menu_type) #endif #ifdef HW_RVL file_list_push(rgui->selection_buf, "VI Trap filtering", RGUI_SETTINGS_VIDEO_SOFT_FILTER, 0); +#endif +#if defined(HW_RVL) || defined(_XBOX360) file_list_push(rgui->selection_buf, "Gamma", RGUI_SETTINGS_VIDEO_GAMMA, 0); #endif #ifdef _XBOX1