Fix CORE_OPTION_NEXT
This commit is contained in:
parent
99824bcad0
commit
86c6848281
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue