mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-15 23:28:48 +00:00
Cleanups to menu_action_handle_settings
This commit is contained in:
parent
c9bd4ad589
commit
c0113bef6a
@ -172,9 +172,7 @@ static int menu_action_handle_setting(rarch_setting_t *setting,
|
||||
|
||||
if (setting->type == ST_STRING)
|
||||
{
|
||||
if (
|
||||
(setting->flags & SD_FLAG_ALLOW_INPUT) ||
|
||||
type == MENU_FILE_LINEFEED_SWITCH)
|
||||
if (setting->flags & SD_FLAG_ALLOW_INPUT)
|
||||
{
|
||||
switch (action)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user