Address jd's comments
This commit is contained in:
parent
71cbd55b12
commit
69faf24961
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
|
|||
MethodInfo methodInfo = typeof(SvcHandler).GetMethod(svcName);
|
||||
|
||||
ParameterInfo[] methodArgs = methodInfo.GetParameters();
|
||||
int numArgs = methodArgs.Count(x => !x.IsOut);
|
||||
|
||||
ILGenerator generator = method.GetILGenerator();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue