ipc: keep previous file socket formatting

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-03-29 20:15:11 +02:00 committed by refractionpcsx2
parent 1d93cd25e5
commit edeb0d7bd7
1 changed files with 1 additions and 1 deletions

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;