HandHeldLegend / HOJA-LIB-ESP32

An API project to emulate various retro and modern controllers on ESP32.
Other
56 stars 12 forks source link

Fixed Special Buttons on N64 Sub-core for Switch Core #15

Closed JPZV closed 1 year ago

JPZV commented 1 year ago

ns_input_long->b_plus, b_home and b_capture were accidentally excluded from the output when _ns_subcore is NS_TYPE_N64.

While the original N64 controller didn't have Home and Capture buttons, they should be still available as the new N64 Control for the Switch Online does actually have those, and they works fine on the Nintendo Switch even if _ns_subcore is on NS_TYPE_N64 (after this commit)