mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
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)
|
switch (setting->type)
|
||||||
{
|
{
|
||||||
case ST_BOOL:
|
case ST_BOOL:
|
||||||
|
case ST_INT:
|
||||||
case ST_UINT:
|
case ST_UINT:
|
||||||
case ST_FLOAT:
|
case ST_FLOAT:
|
||||||
case ST_STRING:
|
case ST_STRING:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user