Closed ccawley2011 closed 5 months ago
This has been split out from PR #103 and modified to simply deprecate the bitfield rather than outright removing it.
The joypad_bits bitfield has been removed since it relied on specific positions, however the layout is not standardised and may differ between compilers: https://stackoverflow.com/questions/19376426/order-of-fields-when-using-a-bit-field-in-c
joypad_bits
This has been split out from PR #103 and modified to simply deprecate the bitfield rather than outright removing it.