i hope it works
thanks someone higher up with the same thing
This commit is contained in:
parent
d2e13b2cf4
commit
451690ec21
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
||||||
// SetNpadUseAnalogStickUseCenterClamp(bool Enable, nn::applet::AppletResourceUserId)
|
// SetNpadUseAnalogStickUseCenterClamp(bool Enable, nn::applet::AppletResourceUserId)
|
||||||
public ResultCode SetNpadUseAnalogStickUseCenterClamp(ServiceCtx context)
|
public ResultCode SetNpadUseAnalogStickUseCenterClamp(ServiceCtx context)
|
||||||
{
|
{
|
||||||
_NpadAnalogStickCenterClampEnabled = context.RequestData.ReadBoolean();
|
_NpadAnalogStickCenterClampEnabled = context.RequestData.ReadUInt32() != 0;
|
||||||
long appletResourceUserId = context.RequestData.ReadInt64();
|
long appletResourceUserId = context.RequestData.ReadInt64();
|
||||||
|
|
||||||
Logger.Stub?.PrintStub(LogClass.ServiceHid, new { appletResourceUserId, _NpadAnalogStickCenterClampEnabled });
|
Logger.Stub?.PrintStub(LogClass.ServiceHid, new { appletResourceUserId, _NpadAnalogStickCenterClampEnabled });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue