Update NvGpu.cs

This commit is contained in:
greggameplayer 2018-06-16 03:26:15 +02:00 committed by GitHub
parent f1fe85d432
commit 920d2df4e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,6 @@ namespace Ryujinx.HLE.Gpu
Fifo = new NvGpuFifo(this);
Engine2d = new NvGpuEngine2d(this);
Engine3d = new NvGpuEngine3d(this);
EngineDma = new NvGpuEngineDma(this);
@ -45,4 +44,4 @@ namespace Ryujinx.HLE.Gpu
}
}
}
}
}