(Menu) Fix ST_HEX input

This commit is contained in:
Higor Eurípedes 2015-03-15 13:00:07 -03:00
parent 5d1ca03bd2
commit 4f1635e762

View File

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