mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-25 08:40:24 +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
|
|
}
|
|
} |