mirror of https://github.com/PCSX2/pcsx2.git
ipc: keep previous file socket formatting
This commit is contained in:
parent
1d93cd25e5
commit
edeb0d7bd7
|
@ -93,7 +93,7 @@ SocketIPC::SocketIPC(SysCoreThread* vm, unsigned int slot)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (slot != IPC_DEFAULT_SLOT)
|
if (slot != IPC_DEFAULT_SLOT)
|
||||||
m_socket_name += std::to_string(slot);
|
m_socket_name += "." + std::to_string(slot);
|
||||||
|
|
||||||
struct sockaddr_un server;
|
struct sockaddr_un server;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue