mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-01 10:16:28 -05:00
NvHostChannelIoctl: Implement setter for SetSubmitTimeout, SetPriority and SetTimeslice (#747)
- Implement accurate setter for SetPriority. - Implement accurate setter for SetTimeslice (close #666). - Implement basic setter for SetSubmitTimeout (close #678). (plus some comments and a missing `PrintStub` call)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
|
||||
{
|
||||
enum NvChannelPriority
|
||||
{
|
||||
Low = 50,
|
||||
Medium = 100,
|
||||
High = 150
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user