Blacklist video_fullscreen setting for RARCH_CONSOLE/RARCH_MOBILE

This commit is contained in:
twinaphex 2014-07-26 02:22:28 +02:00
parent 9eb5f33459
commit 58117ab3b8

View File

@ -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")))