mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Merge pull request #3765 from GregorR/netplay-deinit
Making netplay disable when it deinits
This commit is contained in:
commit
fef48b9274
@ -1427,6 +1427,7 @@ void deinit_netplay(void)
|
||||
if (netplay_data)
|
||||
netplay_free(netplay_data);
|
||||
netplay_data = NULL;
|
||||
netplay_enabled = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user