Skip to content

Version 0.7.3

Choose a tag to compare

@dmadison dmadison released this 05 Jan 13:03
· 140 commits to master since this release
bff0f6a

User-Facing Changes:

  • The functions to support non-Nintendo brand NES controllers have been refactored:
    • isKnockoff() is now isThirdParty()
    • fixKnockoffData() is now fixThirdPartyData()
  • The ID check for fixThirdPartyData() can now be forcibly overridden by passing true as 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.