mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 13:18:31 +02:00
Rename the core and mem stats to nv_ prefix
These will be NV only going forward, as AMD needs a different chunk of work
This commit is contained in:

committed by
Alex Smith

parent
cc9f78fe0a
commit
20efaaa33f
@@ -47,8 +47,8 @@ struct GameModeGPUInfo {
|
||||
long vendor;
|
||||
long device; /* path to device, ie. /sys/class/drm/card#/ */
|
||||
|
||||
long core; /* Core clock to apply */
|
||||
long mem; /* Mem clock to apply */
|
||||
long nv_core; /* Core clock to apply */
|
||||
long nv_mem; /* Mem clock to apply */
|
||||
|
||||
long nv_perf_level; /* The Nvidia Performance Level to adjust */
|
||||
};
|
||||
|
Reference in New Issue
Block a user