mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
First working new NVIDIA library build!
Amazing! This is the first working version of DisplayMagician using the new NVIDIA and Windows CCD library. It works properly, and now I can start to tidy up some of the additioanl functionality I need to sort out before a release. I also then need to work on the AMD library as well!
This commit is contained in:
@ -501,6 +501,13 @@ namespace DisplayMagicianShared
|
||||
|
||||
}
|
||||
|
||||
// Actually set this profile active
|
||||
public virtual bool SetActive()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
public virtual List<ScreenPosition> GetScreenPositions()
|
||||
{
|
||||
return new List<ScreenPosition>();
|
||||
|
Reference in New Issue
Block a user