mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Netplay should disable when it deinits, so it doesn't auto-reconnect
when loading a new game.
This commit is contained in:
parent
82472c82ea
commit
2c1cd0d06b
@ -1427,6 +1427,7 @@ void deinit_netplay(void)
|
|||||||
if (netplay_data)
|
if (netplay_data)
|
||||||
netplay_free(netplay_data);
|
netplay_free(netplay_data);
|
||||||
netplay_data = NULL;
|
netplay_data = NULL;
|
||||||
|
netplay_enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user