Open s4Ys369 opened 4 months ago
Heh. I know a certain other homebrew SDK for a certain Caster of Dreams console which has this issue too. :rofl:
If it helps, this has been added to the N64Flashcart menu on menu load in the latest release.
Using an EDX7 and iirc support is WIP
Then,
JOYPAD_PORT_FOREACH (port) {
joypad_set_rumble_active(port, false);
}
might help, but I am not sure if that is able to be performed by the crash handler, as the system is probably already locked up...
Rumble pak stays active if active when the console is reset or the exception screen pops up.
A forced reset/deactivation should be added to these, and possibly other, edge cases.