mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Fix float right action
This commit is contained in:
parent
bd684065c3
commit
8032bd0336
@ -427,7 +427,7 @@ static int setting_fraction_action_right_default(
|
||||
return -1;
|
||||
|
||||
min = setting->min;
|
||||
max = setting->min;
|
||||
max = setting->max;
|
||||
|
||||
(void)wraparound; /* TODO/FIXME - handle this */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user