mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 17:09:43 +00:00
arknoid2, tweak dial
This commit is contained in:
parent
d3c58e2f5c
commit
b841bd1f89
@ -1728,7 +1728,7 @@ static void assemble_inputs()
|
||||
}
|
||||
|
||||
BurnTrackballConfig(0, AXIS_NORMAL, AXIS_NORMAL);
|
||||
BurnTrackballFrame(0, DrvAxis[0], DrvAxis[1], 0x6, 0x3f);
|
||||
BurnTrackballFrame(0, DrvAxis[0]*1.5, DrvAxis[1]*1.5, 0x1, 0x3f);
|
||||
BurnTrackballUpdate(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user