mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-12-19 05:47:04 +01:00
Add config for vendor and device
This commit is contained in:
@@ -52,10 +52,10 @@ struct GameModeGPUInfo {
|
||||
* Get the gpu state
|
||||
* Populates the struct with the GPU info on the system
|
||||
*/
|
||||
int get_gpu_state( struct GameModeGPUInfo* info );
|
||||
int get_gpu_state(struct GameModeGPUInfo *info);
|
||||
|
||||
/**
|
||||
* Set the gpu state based on input parameters
|
||||
* Only works when run as root
|
||||
*/
|
||||
int set_gpu_state( struct GameModeGPUInfo* info );
|
||||
int set_gpu_state(struct GameModeGPUInfo *info);
|
||||
|
||||
Reference in New Issue
Block a user