This commit is contained in:
HorrorTroll 2019-04-23 13:10:34 +07:00
parent 2882aadb2b
commit c16d8d20b8

View file

@ -109,7 +109,7 @@ namespace Ryujinx.HLE.HOS.Services.Irs
public long ActivateIrsensorWithFunctionLevel(ServiceCtx context)
{
long appletResourceUserId = context.RequestData.ReadInt64();
int packedFunctionLevel = context.RequestData.ReadInt32();
long packedFunctionLevel = context.RequestData.ReadInt64();
Logger.PrintStub(LogClass.ServiceIrs, new { appletResourceUserId, packedFunctionLevel });