mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00

This commit applies the configured nice value to the client. It accepts values from 1 to 20, the negated value is applied as a nice value. Negation was chosen due to limits of the configuration parser. Since low priority values (0 to 19) make no sense in the scope of GameMode, this is a safe approach. Signed-off-by: Kai Krakow <kai@kaishome.de>