For my N64 game I wanted to support the Rumble Pak and stumbled down a rabbit hole of "not sure if genius or really dumb"-engineering. Libdragon, the system library I'm using, has this very convenient function `joypad_set_rumble_active(port, active)`. Simple, right? 🧵 1/n