mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 05:38:30 +02:00
Add config for vendor and device
This commit is contained in:
@@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
* 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)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -58,7 +58,7 @@ 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)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user