mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Xbox 360) Expose Gamma correction option in menu
This commit is contained in:
parent
81644a6905
commit
ef01743ef9
@ -1882,6 +1882,8 @@ void menu_populate_entries(void *data, unsigned menu_type)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
file_list_push(rgui->selection_buf, "VI Trap filtering", RGUI_SETTINGS_VIDEO_SOFT_FILTER, 0);
|
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);
|
file_list_push(rgui->selection_buf, "Gamma", RGUI_SETTINGS_VIDEO_GAMMA, 0);
|
||||||
#endif
|
#endif
|
||||||
#ifdef _XBOX1
|
#ifdef _XBOX1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user