mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-27 10:37:42 +02:00
11 lines
238 B
C#
11 lines
238 B
C#
namespace Ryujinx.Common.GraphicsDriver.NVAPI
|
|
{
|
|
enum Nvapi : uint
|
|
{
|
|
OglThreadControlId = 0x20C1221E,
|
|
|
|
OglThreadControlDefault = 0,
|
|
OglThreadControlEnable = 1,
|
|
OglThreadControlDisable = 2
|
|
}
|
|
}
|