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

xbox: Disable network interrupts on platform_quit() #48

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

LoveMHz
Copy link
Contributor

@LoveMHz LoveMHz commented Jan 14, 2024

Resolves certain network enabled titles from freezing on boot.

IonBlade over on the MakeMHz Discord server reported that Ford Racing 3 and Sega GT Online do not work when launched from LithiumX.

This is a simple fix that replaces the call to nvnetdrv_stop_txrx() with nvnetdrv_stop(). This should disable the NIC interrupts and stop Tx/Rx.

Both titles appear to be working correctly after the change.

Resolves certain network enabled titles from hanging on boot.
@Ryzee119 Ryzee119 merged commit 22a5571 into Ryzee119:master Jan 14, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants