mupen64plus-input-bot icon indicating copy to clipboard operation
mupen64plus-input-bot copied to clipboard

Input bot parses all values as integers

Open bzier opened this issue 7 years ago • 0 comments

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.

bzier avatar May 20 '18 03:05 bzier