mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 13:18:31 +02:00
Error with invalid device or vendor values
This commit is contained in:
@@ -41,8 +41,8 @@ enum GPUVendor {
|
||||
|
||||
/* Storage for GPU info*/
|
||||
struct GameModeGPUInfo {
|
||||
enum GPUVendor vendor;
|
||||
int device; /* path to device, ie. /sys/class/drm/card#/ */
|
||||
long vendor;
|
||||
long device; /* path to device, ie. /sys/class/drm/card#/ */
|
||||
|
||||
long core; /* Core clock to apply */
|
||||
long mem; /* Mem clock to apply */
|
||||
|
Reference in New Issue
Block a user