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:
Terry MacDonald
2021-08-24 22:46:32 +12:00
parent b65c1572bd
commit e2ca69e404
5 changed files with 171 additions and 182 deletions

View File

@ -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>();