mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-17 14:57:08 +01:00
b9aa3966c0
interpreter, and a rewrite of the GPU code.
11 lines
255 B
C#
11 lines
255 B
C#
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
enum NvGpuFifoMeth
|
|
{
|
|
BindChannel = 0,
|
|
SetMacroUploadAddress = 0x45,
|
|
SendMacroCodeData = 0x46,
|
|
SetMacroBindingIndex = 0x47,
|
|
BindMacro = 0x48
|
|
}
|
|
} |