mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 05:38:30 +02:00
Convert "apply_gpu_optimisations" to a string with a special key
This commit is contained in:
@@ -133,7 +133,7 @@ void config_get_ioprio_value(GameModeConfig *self, int *value);
|
||||
/*
|
||||
* Get various config info for gpu optimisations
|
||||
*/
|
||||
void config_get_apply_gpu_optimisations(GameModeConfig *self, long *value);
|
||||
void config_get_apply_gpu_optimisations(GameModeConfig *self, char value[CONFIG_VALUE_MAX]);
|
||||
void config_get_gpu_vendor(GameModeConfig *self, long *value);
|
||||
void config_get_gpu_device(GameModeConfig *self, long *value);
|
||||
void config_get_nv_core_clock_mhz_offset(GameModeConfig *self, long *value);
|
||||
|
Reference in New Issue
Block a user