This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
enum NvGpuFifoMeth
|
|
{
|
|
BindChannel = 0,
|
|
WaitForIdle = 0x44,
|
|
SetMacroUploadAddress = 0x45,
|
|
SendMacroCodeData = 0x46,
|
|
SetMacroBindingIndex = 0x47,
|
|
BindMacro = 0x48
|
|
}
|
|
} |