Oops, Compliant with feedback #2

This commit is contained in:
Starlet 2018-05-10 23:13:40 -04:00
parent 09f7b694f7
commit 5ae994670f

View file

@ -53,7 +53,6 @@ namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
private static int ZcullGetInfo(ServiceCtx Context)
{
long InputPosition = Context.Request.GetBufferType0x21Position();
long OutputPosition = Context.Request.GetBufferType0x22Position();
NvGpuGpuZcullGetInfo Args = new NvGpuGpuZcullGetInfo();