mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Merge pull request #4511 from GregorR/netplay-deinit-disable
Set netplay_enabled to false during deinit_netplay
This commit is contained in:
commit
598f85bef3
@ -885,6 +885,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;
|
||||||
core_unset_netplay_callbacks();
|
core_unset_netplay_callbacks();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user