mirror of https://github.com/ppy/osu
Fix NVAPI compile error
This commit is contained in:
parent
a217a7f8cf
commit
dda691b8c2
|
@ -456,7 +456,7 @@ internal struct NvProfile
|
|||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
|
||||
public string ProfileName;
|
||||
|
||||
[MarshalAs(UnmanagedType.ByValArray)]
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 32)]
|
||||
public uint[] GPUSupport;
|
||||
|
||||
public uint IsPredefined;
|
||||
|
|
Loading…
Reference in New Issue