mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Use setting->offset_by properly
This commit is contained in:
parent
3d051667ce
commit
8d4d1b2e38
@ -4278,7 +4278,7 @@ static int action_ok_push_dropdown_setting_uint_item(const char *path,
|
||||
if (!setting)
|
||||
return -1;
|
||||
|
||||
*setting->value.target.unsigned_integer = idx;
|
||||
*setting->value.target.unsigned_integer = idx + setting->offset_by;
|
||||
return action_cancel_pop_default(NULL, NULL, 0, 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user