mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +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
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user