Nits
This commit is contained in:
parent
2882aadb2b
commit
c16d8d20b8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace Ryujinx.HLE.HOS.Services.Irs
|
||||||
public long ActivateIrsensorWithFunctionLevel(ServiceCtx context)
|
public long ActivateIrsensorWithFunctionLevel(ServiceCtx context)
|
||||||
{
|
{
|
||||||
long appletResourceUserId = context.RequestData.ReadInt64();
|
long appletResourceUserId = context.RequestData.ReadInt64();
|
||||||
int packedFunctionLevel = context.RequestData.ReadInt32();
|
long packedFunctionLevel = context.RequestData.ReadInt64();
|
||||||
|
|
||||||
Logger.PrintStub(LogClass.ServiceIrs, new { appletResourceUserId, packedFunctionLevel });
|
Logger.PrintStub(LogClass.ServiceIrs, new { appletResourceUserId, packedFunctionLevel });
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue