Android: Fix formatting corruption in the JNI
This commit is contained in:
parent
1619d85663
commit
16f6b2beb4
|
@ -283,8 +283,7 @@ void os_SetupInput()
|
||||||
if (add_controllers[i])
|
if (add_controllers[i])
|
||||||
mcfg_CreateController(i + 1,
|
mcfg_CreateController(i + 1,
|
||||||
GetMapleDeviceType(controller_periphs[i + 1][0]),
|
GetMapleDeviceType(controller_periphs[i + 1][0]),
|
||||||
GetMapleDeviceType(controller_periphs[i + 1][1])
|
GetMapleDeviceType(controller_periphs[i + 1][1]));
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue