aloha
This commit is contained in:
commit
b7e1d9930d
230 changed files with 17548 additions and 0 deletions
13
Ryujinx/Gpu/NsGpuEngine.cs
Normal file
13
Ryujinx/Gpu/NsGpuEngine.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
namespace Ryujinx.Gpu
|
||||
{
|
||||
enum NsGpuEngine
|
||||
{
|
||||
None = 0,
|
||||
_2d = 0x902d,
|
||||
_3d = 0xb197,
|
||||
Compute = 0xb1c0,
|
||||
Kepler = 0xa140,
|
||||
Dma = 0xb0b5,
|
||||
GpFifo = 0xb06f
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue