namespace Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostChannel { enum NvChannelPriority : uint { Low = 50, Medium = 100, High = 150 } }