mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 01:17:54 -05:00
kernel: implement remaining IPC syscalls
This commit is contained in:
@ -46,6 +46,10 @@ public:
|
||||
return this->GetState() != State::Normal;
|
||||
}
|
||||
|
||||
Result OnRequest(KSessionRequest* request) {
|
||||
R_RETURN(m_server.OnRequest(request));
|
||||
}
|
||||
|
||||
KClientSession& GetClientSession() {
|
||||
return m_client;
|
||||
}
|
||||
|
Reference in New Issue
Block a user