|
|
@@ -55,6 +55,8 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
|
|
|
|
|
// TODO: signal event at right place
|
|
|
_xpadIdEvent.ReadableEvent.Signal();
|
|
|
+
|
|
|
+ _vibrationPermitted = true;
|
|
|
}
|
|
|
|
|
|
[CommandHipc(0)]
|
|
|
@@ -1141,8 +1143,6 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
|
|
{
|
|
|
context.ResponseData.Write(_vibrationPermitted);
|
|
|
|
|
|
- Logger.Stub?.PrintStub(LogClass.ServiceHid, new { _vibrationPermitted });
|
|
|
-
|
|
|
return ResultCode.Success;
|
|
|
}
|
|
|
|