MACTEP434
Results
1
issues of
MACTEP434
Hi! This part of code doesn't work `var displayTest = new DisplayDevice(2147881091); ` `var timing = displayTest.CalculateTiming(800, 600, 60, false);` `var res1 = new CustomResolution(800, 600, NvAPIWrapper.Native.Display.ColorFormat.P8, timing);` `displayTest.TrialCustomResolution(res1);` `displayTest.SaveCustomResolution();`...