1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

Decrease severity of sys_net_bnet_close

This commit is contained in:
msuih 2019-01-11 18:54:10 +02:00 committed by Ivan
parent f995771143
commit baf42430d6

View File

@ -1426,7 +1426,7 @@ s32 sys_net_bnet_close(ppu_thread& ppu, s32 s)
}
if (!sock->queue.empty())
sys_net.fatal("CLOSE");
sys_net.error("CLOSE");
return 0;
}