Fix CORE_OPTION_NEXT

This commit is contained in:
twinaphex 2015-12-09 09:31:22 +01:00
parent 99824bcad0
commit 86c6848281

View File

@ -354,7 +354,7 @@ int core_setting_right(unsigned type, const char *label,
{
unsigned idx = type - MENU_SETTINGS_CORE_OPTION_START;
runloop_ctl(RUNLOOP_CTL_CORE_OPTION_NEXT, NULL);
runloop_ctl(RUNLOOP_CTL_CORE_OPTION_NEXT, &idx);
return 0;
}