mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
(Menu) Fix ST_HEX input
This commit is contained in:
parent
5d1ca03bd2
commit
4f1635e762
@ -98,6 +98,7 @@ static int menu_action_handle_setting(rarch_setting_t *setting,
|
||||
case ST_BOOL:
|
||||
case ST_INT:
|
||||
case ST_UINT:
|
||||
case ST_HEX:
|
||||
case ST_FLOAT:
|
||||
case ST_STRING:
|
||||
case ST_DIR:
|
||||
|
Loading…
Reference in New Issue
Block a user