mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-12 10:04:24 +00:00
9 lines
161 B
C#
9 lines
161 B
C#
![]() |
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
|
|||
|
{
|
|||
|
enum NvChannelPriority
|
|||
|
{
|
|||
|
Low = 50,
|
|||
|
Medium = 100,
|
|||
|
High = 150
|
|||
|
}
|
|||
|
}
|