mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix float right action
This commit is contained in:
parent
bd684065c3
commit
8032bd0336
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue