Update NvGpu.cs
This commit is contained in:
parent
f1fe85d432
commit
920d2df4e3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue