diff options
Diffstat (limited to 'Ryujinx.Graphics/Graphics3d/NvGpuEngine.cs')
| -rw-r--r-- | Ryujinx.Graphics/Graphics3d/NvGpuEngine.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics/Graphics3d/NvGpuEngine.cs b/Ryujinx.Graphics/Graphics3d/NvGpuEngine.cs deleted file mode 100644 index 20c36fda..00000000 --- a/Ryujinx.Graphics/Graphics3d/NvGpuEngine.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Ryujinx.Graphics.Graphics3d -{ - enum NvGpuEngine - { - _2d = 0x902d, - _3d = 0xb197, - Compute = 0xb1c0, - P2mf = 0xa140, - M2mf = 0xb0b5 - } -}
\ No newline at end of file |
