mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Don't stall if connection lost with remote paused
This commit is contained in:
parent
96186438ec
commit
c3186c57ab
@ -982,7 +982,7 @@ bool netplay_pre_frame(netplay_t *netplay)
|
||||
netplay_frontend_paused(netplay, false);
|
||||
}
|
||||
netplay->net_cbs->pre_frame(netplay);
|
||||
return (!netplay->stall && !netplay->remote_paused);
|
||||
return (!netplay->has_connection || (!netplay->stall && !netplay->remote_paused));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user