mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-04 15:50:10 +01:00
Forces local IP to bind address if set
This commit is contained in:
parent
3388c8ed09
commit
1a00341e6b
|
|
@ -380,6 +380,9 @@ namespace np
|
|||
else
|
||||
{
|
||||
bind_ip = conv.s_addr;
|
||||
|
||||
if (bind_ip)
|
||||
local_ip_addr = bind_ip;
|
||||
}
|
||||
|
||||
if (g_cfg.net.upnp_enabled)
|
||||
|
|
|
|||
Loading…
Reference in a new issue