mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 13:48:07 -05:00
core: hle: kernel: Update KSynchronizationObject.
This commit is contained in:
@ -139,9 +139,6 @@ void SM::GetService(Kernel::HLERequestContext& ctx) {
|
||||
server_port->AppendPendingSession(server);
|
||||
}
|
||||
|
||||
// Wake the threads waiting on the ServerPort
|
||||
server_port->Signal();
|
||||
|
||||
LOG_DEBUG(Service_SM, "called service={} -> session={}", name, client->GetObjectId());
|
||||
IPC::ResponseBuilder rb{ctx, 2, 0, 1, IPC::ResponseBuilder::Flags::AlwaysMoveHandles};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
|
Reference in New Issue
Block a user