mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 02:44:38 +00:00
Remove MENU_FILE_LINEFEED
This commit is contained in:
parent
6a174642db
commit
8b518cd60b
@ -63,7 +63,6 @@ typedef enum
|
||||
MENU_FILE_DIRECTORY,
|
||||
MENU_FILE_PATH,
|
||||
MENU_FILE_DEVICE,
|
||||
MENU_FILE_LINEFEED,
|
||||
MENU_FILE_CORE,
|
||||
MENU_FILE_PLAYLIST_ENTRY,
|
||||
MENU_FILE_SHADER_PRESET,
|
||||
|
@ -111,8 +111,6 @@ int setting_set_flags(rarch_setting_t *setting)
|
||||
if (!setting)
|
||||
return 0;
|
||||
|
||||
if (setting->flags & SD_FLAG_ALLOW_INPUT)
|
||||
return MENU_FILE_LINEFEED;
|
||||
if (setting->flags & SD_FLAG_PUSH_ACTION)
|
||||
return MENU_SETTING_ACTION;
|
||||
if (setting->flags & SD_FLAG_IS_DRIVER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user