Add ST_INT to menu_action_handle_setting

This commit is contained in:
twinaphex 2014-10-18 04:20:52 +02:00
parent 15b128b9ad
commit a4f1e9d075

View File

@ -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: