mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-14 20:41:05 +00:00
k_server_session: add SendReplyHLE
This commit is contained in:
@@ -103,7 +103,7 @@ void ServiceThread::Impl::WaitAndProcessImpl() {
|
||||
Result service_rc = manager->CompleteSyncRequest(server_session, *context);
|
||||
|
||||
// Reply to the client.
|
||||
rc = server_session->SendReply(true);
|
||||
rc = server_session->SendReplyHLE();
|
||||
|
||||
if (rc == ResultSessionClosed || service_rc == IPC::ERR_REMOTE_PROCESS_DEAD) {
|
||||
SessionClosed(server_session, manager);
|
||||
|
||||
Reference in New Issue
Block a user