mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-21 14:48:27 -06: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
|
|||
|
}
|
|||
|
}
|