(Menu) Add video_windowed_fullscreen setting

This commit is contained in:
twinaphex 2014-08-30 05:18:28 +02:00
parent d9c876270d
commit ac6295ad50

View File

@ -180,6 +180,7 @@ static void menu_common_entries_init(menu_handle_t *menu, unsigned menu_type)
file_list_push(menu->selection_buf, "Custom Ratio", "",
MENU_SETTINGS_CUSTOM_VIEWPORT, 0);
add_entry(menu,"video_fullscreen", 0, setting_data);
add_entry(menu,"video_windowed_fullscreen", 0, setting_data);
add_entry(menu,"video_rotation", 0, setting_data);
add_entry(menu,"video_vsync", 0, setting_data);
add_entry(menu,"video_hard_sync", 0, setting_data);