From 920d2df4e33ab930269160d40b534f00ff4580cf Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Sat, 16 Jun 2018 03:26:15 +0200 Subject: [PATCH] Update NvGpu.cs --- Ryujinx.HLE/Gpu/NvGpu.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ryujinx.HLE/Gpu/NvGpu.cs b/Ryujinx.HLE/Gpu/NvGpu.cs index 92071e8eb..5c8dba023 100644 --- a/Ryujinx.HLE/Gpu/NvGpu.cs +++ b/Ryujinx.HLE/Gpu/NvGpu.cs @@ -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 } } } -} \ No newline at end of file +}