mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-08 07:28:45 +01:00
service: fetch objects from the client handle table
This commit is contained in:
parent
05e3db3ac9
commit
5165ed9efd
12 changed files with 45 additions and 66 deletions
|
|
@ -203,7 +203,7 @@ Result ServiceFrameworkBase::HandleSyncRequest(Kernel::KServerSession& session,
|
|||
// If emulation was shutdown, we are closing service threads, do not write the response back to
|
||||
// memory that may be shutting down as well.
|
||||
if (system.IsPoweredOn()) {
|
||||
ctx.WriteToOutgoingCommandBuffer(ctx.GetThread());
|
||||
ctx.WriteToOutgoingCommandBuffer();
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue