pid
This commit is contained in:
parent
451690ec21
commit
f84d94c552
1 changed files with 1 additions and 0 deletions
|
@ -1111,6 +1111,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
|||
// SetNpadUseAnalogStickUseCenterClamp(bool Enable, nn::applet::AppletResourceUserId)
|
||||
public ResultCode SetNpadUseAnalogStickUseCenterClamp(ServiceCtx context)
|
||||
{
|
||||
ulong PID = context.RequestData.ReadUInt64();
|
||||
_NpadAnalogStickCenterClampEnabled = context.RequestData.ReadUInt32() != 0;
|
||||
long appletResourceUserId = context.RequestData.ReadInt64();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue