mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-16 07:40:16 +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->type == ST_STRING)
|
||||||
{
|
{
|
||||||
if (
|
if (setting->flags & SD_FLAG_ALLOW_INPUT)
|
||||||
(setting->flags & SD_FLAG_ALLOW_INPUT) ||
|
|
||||||
type == MENU_FILE_LINEFEED_SWITCH)
|
|
||||||
{
|
{
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user