mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 01:28:34 +00:00
service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle (#3247)
This commit is contained in:
parent
4e3a34412e
commit
55ee261363
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue