mirror of
https://github.com/MiSTer-devel/Retro-Controllers-USB-MiSTer.git
synced 2026-05-17 03:04:28 +00:00
mr.Spinner: fix max paddle value.
This commit is contained in:
@@ -164,7 +164,7 @@ void drv_proc(int8_t idx)
|
||||
if(diff == 3)
|
||||
{
|
||||
drvpos[idx] += 10;
|
||||
if(sp_clamp[idx] < sp_max-1) sp_clamp[idx]++;
|
||||
if(sp_clamp[idx] < sp_max) sp_clamp[idx]++;
|
||||
}
|
||||
if(diff == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user