mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix fxo dependencies
This commit is contained in:
parent
47fcb9562f
commit
907e0fa8c8
8 changed files with 45 additions and 17 deletions
|
|
@ -95,6 +95,12 @@ namespace IPC_socket
|
|||
return *this;
|
||||
}
|
||||
|
||||
IPC_server_manager::IPC_server_manager(bool enabled)
|
||||
{
|
||||
// Enable IPC if needed
|
||||
set_server_enabled(enabled);
|
||||
}
|
||||
|
||||
void IPC_server_manager::set_server_enabled(bool enabled)
|
||||
{
|
||||
if (enabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue