mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
ipc: keep previous file socket formatting
This commit is contained in:
committed by
refractionpcsx2
parent
1d93cd25e5
commit
edeb0d7bd7
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user