mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Don't misinterpret "Netplay isn't loaded" as "must pause" :)
This commit is contained in:
parent
c3186c57ab
commit
4d11b1d674
@ -1083,7 +1083,12 @@ bool init_netplay(void)
|
||||
bool netplay_driver_ctl(enum rarch_netplay_ctl_state state, void *data)
|
||||
{
|
||||
if (!netplay_data)
|
||||
{
|
||||
if (state == RARCH_NETPLAY_CTL_IS_DATA_INITED)
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
||||
switch (state)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user