mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Blacklist video_fullscreen setting for RARCH_CONSOLE/RARCH_MOBILE
This commit is contained in:
parent
9eb5f33459
commit
58117ab3b8
@ -199,8 +199,10 @@ static void menu_common_entries_init(void *data, unsigned menu_type)
|
||||
if ((current_setting = setting_data_find_setting(setting_data, "aspect_ratio_index")))
|
||||
file_list_push(menu->selection_buf, current_setting->short_description, MENU_SETTINGS_VIDEO_ASPECT_RATIO, 0);
|
||||
file_list_push(menu->selection_buf, "Custom Ratio", MENU_SETTINGS_CUSTOM_VIEWPORT, 0);
|
||||
#if !defined(RARCH_CONSOLE) && !defined(RARCH_CONSOLE)
|
||||
if ((current_setting = setting_data_find_setting(setting_data, "video_fullscreen")))
|
||||
file_list_push(menu->selection_buf, current_setting->short_description, MENU_SETTINGS_TOGGLE_FULLSCREEN, 0);
|
||||
#endif
|
||||
if ((current_setting = setting_data_find_setting(setting_data, "video_rotation")))
|
||||
file_list_push(menu->selection_buf, current_setting->short_description, MENU_SETTINGS_VIDEO_ROTATION, 0);
|
||||
if ((current_setting = setting_data_find_setting(setting_data, "video_vsync")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user