ipc: keep previous file socket formatting

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech
2021-04-09 11:30:21 +01:00
committed by refractionpcsx2
parent 1d93cd25e5
commit edeb0d7bd7
+1 -1
View File
@@ -93,7 +93,7 @@ SocketIPC::SocketIPC(SysCoreThread* vm, unsigned int slot)
}
if (slot != IPC_DEFAULT_SLOT)
m_socket_name += std::to_string(slot);
m_socket_name += "." + std::to_string(slot);
struct sockaddr_un server;