b9aa3966c0
interpreter, and a rewrite of the GPU code.
11 lines
No EOL
255 B
C#
11 lines
No EOL
255 B
C#
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
enum NvGpuFifoMeth
|
|
{
|
|
BindChannel = 0,
|
|
SetMacroUploadAddress = 0x45,
|
|
SendMacroCodeData = 0x46,
|
|
SetMacroBindingIndex = 0x47,
|
|
BindMacro = 0x48
|
|
}
|
|
} |