mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 13:59:03 +02:00
kernel: implement remaining IPC syscalls
This commit is contained in:
parent
8a79dd2d6c
commit
40bb176c39
6 changed files with 252 additions and 113 deletions
|
|
@ -192,8 +192,6 @@ Result SM::GetServiceImpl(Kernel::KClientSession** out_client_session, HLEReques
|
|||
return result;
|
||||
}
|
||||
|
||||
LOG_DEBUG(Service_SM, "called service={} -> session={}", name, session->GetId());
|
||||
|
||||
*out_client_session = session;
|
||||
return ResultSuccess;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue