Fixed mixer volume too high in REminiscence
This commit is contained in:
@@ -817,10 +817,10 @@ VControl_ProcessJoyAxis (int port, int axis, int value)
|
||||
int t;
|
||||
if (!joysticks[port].stick)
|
||||
return;
|
||||
joysticks[port].axes[axis].value = value;
|
||||
#ifdef ANDROID
|
||||
value = -value; // Axes are swapped, too lazy to fix that on SDL side
|
||||
#endif
|
||||
joysticks[port].axes[axis].value = value;
|
||||
t = joysticks[port].threshold;
|
||||
if (value > t)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user