mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 13:18:31 +02:00
config: Introduce new setting "softrealtime"
This adds support for a new configuration option "softrealtime" to be read from the general section. This commit alone does nothing, the following commit adds actually making use of the value. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@@ -103,3 +103,8 @@ void config_get_default_governor(GameModeConfig *self, char governor[CONFIG_VALU
|
||||
* Get the chosen desired governor
|
||||
*/
|
||||
void config_get_desired_governor(GameModeConfig *self, char governor[CONFIG_VALUE_MAX]);
|
||||
|
||||
/*
|
||||
* Get the chosen soft realtime behavior
|
||||
*/
|
||||
void config_get_soft_realtime(GameModeConfig *self, char softrealtime[CONFIG_VALUE_MAX]);
|
||||
|
Reference in New Issue
Block a user