Skip to content

Commit

Permalink
Disable network interrupts on platform_quit()
Browse files Browse the repository at this point in the history
Resolves certain network enabled titles from hanging on boot.
  • Loading branch information
LoveMHz authored and Ryzee119 committed Jan 14, 2024
1 parent ccc740f commit 22a5571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/xbox/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void platform_launch_iso(const char *path);

void platform_quit(lv_quit_event_t event)
{
nvnetdrv_stop_txrx();
nvnetdrv_stop();
usbh_core_deinit();
debugClearScreen();

Expand Down

0 comments on commit 22a5571

Please sign in to comment.