Version 0.7.3
User-Facing Changes:
- The functions to support non-Nintendo brand NES controllers have been refactored:
isKnockoff()is nowisThirdParty()fixKnockoffData()is nowfixThirdPartyData()
- The ID check for
fixThirdPartyData()can now be forcibly overridden by passingtrueas an argument. This will corrupt data for other controllers, so use with caution. - The 8BitDo wireless receiver is now supported as a third party NES controller
- Added a
getRequestSize()function
This release will break any sketches using the NES "knockoff" check and repair functions. You must update those lines to use the new function names in order to fix the errors.