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