Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable rumble pak on reset/crash #581

Open
s4Ys369 opened this issue Jul 15, 2024 · 4 comments
Open

Disable rumble pak on reset/crash #581

s4Ys369 opened this issue Jul 15, 2024 · 4 comments

Comments

@s4Ys369
Copy link

s4Ys369 commented Jul 15, 2024

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.

@gyrovorbis
Copy link

Heh. I know a certain other homebrew SDK for a certain Caster of Dreams console which has this issue too. 🤣

@networkfusion
Copy link
Contributor

networkfusion commented Jul 15, 2024

If it helps, this has been added to the N64Flashcart menu on menu load in the latest release.

@s4Ys369
Copy link
Author

s4Ys369 commented Jul 15, 2024

Using an EDX7 and iirc support is WIP

@networkfusion
Copy link
Contributor

networkfusion commented Jul 15, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants