mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-11-15 13:24:09 +01:00
Update gamemode-config.h
added config values for disabling split lock mitigation
This commit is contained in:
committed by
afayaz-feral
parent
97cee92d94
commit
b2bd7e5919
@@ -107,6 +107,7 @@ float config_get_igpu_power_threshold(GameModeConfig *self);
|
|||||||
void config_get_soft_realtime(GameModeConfig *self, char softrealtime[CONFIG_VALUE_MAX]);
|
void config_get_soft_realtime(GameModeConfig *self, char softrealtime[CONFIG_VALUE_MAX]);
|
||||||
long config_get_renice_value(GameModeConfig *self);
|
long config_get_renice_value(GameModeConfig *self);
|
||||||
long config_get_ioprio_value(GameModeConfig *self);
|
long config_get_ioprio_value(GameModeConfig *self);
|
||||||
|
bool config_get_disable_splitlock(GameModeConfig *self);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get various config info for gpu optimisations
|
* Get various config info for gpu optimisations
|
||||||
|
|||||||
Reference in New Issue
Block a user