Also add nv_perf_level for nvidia (needed as a parameter to nvidia-xsettings)

This commit is contained in:
Marc Di Luzio
2019-02-03 18:33:41 +00:00
parent 4152104d2b
commit 142b2fb32d
7 changed files with 41 additions and 9 deletions

View File

@@ -49,6 +49,8 @@ struct GameModeGPUInfo {
long core; /* Core clock to apply */
long mem; /* Mem clock to apply */
long nv_perf_level; /* The Nvidia Performance Level to adjust */
};
/**