mupen64plus-input-bot
mupen64plus-input-bot copied to clipboard
Input bot parses all values as integers
The controller inputs are not all integer values, but the input bot code attempts to parse each of the JSON elements as integers before assigning to the controller struct values. This could lead to problems or overflow. See here for some more information.