mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Revert "Remove obsolete comment"
This reverts commit e8ed660ea1601fb2a66bd6617fe0c9eefe498153.
This commit is contained in:
parent
722f9bbfac
commit
3597643faa
@ -3576,9 +3576,12 @@ void netplay_hangup(netplay_t *netplay,
|
||||
size_t i;
|
||||
bool was_playing = false;
|
||||
settings_t *settings = config_get_ptr();
|
||||
/* TODO/FIXME - doesn't exist yet */
|
||||
bool extra_notifications = settings->bools.notification_show_netplay_extra;
|
||||
|
||||
if (!netplay || !connection->active)
|
||||
if (!netplay)
|
||||
return;
|
||||
if (!connection->active)
|
||||
return;
|
||||
|
||||
was_playing =
|
||||
|
Loading…
x
Reference in New Issue
Block a user