瀏覽代碼

service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle (#3247)

Narr the Reg 4 年之前
父節點
當前提交
55ee261363
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Ryujinx.HLE/HOS/Services/Hid/IHidServer.cs

+ 3 - 0
Ryujinx.HLE/HOS/Services/Hid/IHidServer.cs

@@ -767,6 +767,9 @@ namespace Ryujinx.HLE.HOS.Services.Hid
                 throw new InvalidOperationException("Out of handles!");
             }
 
+            // Games expect this event to be signaled after calling this function
+            evnt.ReadableEvent.Signal();
+
             context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);
 
             Logger.Stub?.PrintStub(LogClass.ServiceHid, new { appletResourceUserId, npadId, npadStyleSet });