mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Experimental GPU overclock
This commit is contained in:
8
app/NvAPIWrapper/Native/Constants/Display.cs
Normal file
8
app/NvAPIWrapper/Native/Constants/Display.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace NvAPIWrapper.Native.Constants
|
||||
{
|
||||
internal static class Display
|
||||
{
|
||||
public const int AdvancedDisplayHeads = 4;
|
||||
public const int MaxDisplayHeads = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user