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