Reisyukaku / ReiNX

A modular Switch custom firmware
GNU General Public License v2.0
819 stars 85 forks source link

Use joycons with deprecated homebrews #154

Closed ghost closed 4 years ago

ghost commented 4 years ago

Some outdated homebrews NRO like NX-Shell or Edizon use deprecated joycons API that can't be used with lastest Switch Horizon OS, so we can't use joycons with them without a proper fix. In Atmosphere we can use enable_deprecated_hid_mitm = u8!0x1 in atmosphere/config/system_settings.ini which make those homebrews compatible with joycons. So could you add this kind of fix to ReiNX? Thanks.

ghost commented 4 years ago

I think I can add that as the default setting

ghost commented 4 years ago

Or just let the users choose the setting he want to use, in case it breaks other things in the Horizon OS. Anyway, thank you so much.