mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Menu) Get rid of some setting enums
This commit is contained in:
parent
b74817efc3
commit
12d94cfb03
@ -194,7 +194,7 @@ static void menu_common_entries_init(menu_handle_t *menu, unsigned menu_type)
|
||||
file_list_push(menu->selection_buf, "", "video_filter_flicker",
|
||||
MENU_SETTINGS_FLICKER_FILTER, 0, setting_data);
|
||||
file_list_push(menu->selection_buf, "", "video_scale_integer",
|
||||
MENU_SETTINGS_VIDEO_INTEGER_SCALE, 0, setting_data);
|
||||
0, 0, setting_data);
|
||||
file_list_push(menu->selection_buf, "", "aspect_ratio_index",
|
||||
0, 0, setting_data);
|
||||
file_list_push(menu->selection_buf, "Custom Ratio", "",
|
||||
@ -653,7 +653,7 @@ static void menu_common_entries_init(menu_handle_t *menu, unsigned menu_type)
|
||||
if ((current_setting = (rarch_setting_t*)
|
||||
setting_data_find_setting(setting_data, "save_new_config")))
|
||||
file_list_push(menu->selection_buf, "", "save_new_config",
|
||||
MENU_SETTINGS_SAVE_CONFIG, 0, setting_data);
|
||||
0, 0, setting_data);
|
||||
|
||||
if ((current_setting = (rarch_setting_t*)
|
||||
setting_data_find_setting(setting_data, "help")))
|
||||
|
@ -40,7 +40,6 @@ typedef enum
|
||||
MENU_SETTINGS_FLICKER_FILTER,
|
||||
MENU_SETTINGS_SOFT_DISPLAY_FILTER,
|
||||
MENU_SETTINGS_VIDEO_GAMMA,
|
||||
MENU_SETTINGS_VIDEO_INTEGER_SCALE,
|
||||
MENU_SETTINGS_CUSTOM_VIEWPORT,
|
||||
MENU_SETTINGS_CUSTOM_VIEWPORT_2,
|
||||
MENU_SETTINGS_VIDEO_SOFTFILTER,
|
||||
@ -69,7 +68,6 @@ typedef enum
|
||||
MENU_SETTINGS_CORE_INFO,
|
||||
MENU_SETTINGS_DEFERRED_CORE,
|
||||
MENU_SETTINGS_CONFIG,
|
||||
MENU_SETTINGS_SAVE_CONFIG,
|
||||
MENU_SETTINGS_CORE_OPTIONS,
|
||||
MENU_SETTINGS_AUDIO_OPTIONS,
|
||||
MENU_SETTINGS_INPUT_OPTIONS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user