Add ST_INT to menu_action_handle_setting
This commit is contained in:
parent
15b128b9ad
commit
a4f1e9d075
|
@ -145,6 +145,7 @@ int menu_action_handle_setting(rarch_setting_t *setting,
|
|||
switch (setting->type)
|
||||
{
|
||||
case ST_BOOL:
|
||||
case ST_INT:
|
||||
case ST_UINT:
|
||||
case ST_FLOAT:
|
||||
case ST_STRING:
|
||||
|
|
Loading…
Reference in New Issue