mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Update gamemode-config.h
added config values for disabling split lock mitigation
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user