mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-17 16:24:00 +00:00
(Menu) Add video_windowed_fullscreen setting
This commit is contained in:
parent
d9c876270d
commit
ac6295ad50
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user