From 23bf1e662411d93fe2a14c4e5c64fa174f1ee48a Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Thu, 14 Mar 2019 15:47:02 +0000 Subject: [PATCH] Minor adjustments --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d85b97..1eaa586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ * Disable screensaver when the game is running (can help when playing with gamepad or joystick). * Add a `gamemoderun` helper script to do the necessary setup (set `LD_PRELOAD`) to enable GameMode on games which do not support it themselves. -* Add tests for GameMode functionality (run with `gamemoded -t`). * Support for overclocking on NVIDIA GPUs (experimental, use at your own risk). See `example/gamemode.ini` for further details. * Support for configuring performance level on AMD GPUs (experimental, use at your own risk). See `example/gamemode.ini`. * Increase I/O priority of game processes. -* `softrealtime` and `renice` options are no longer enabled by default since they require extra system configuration to work. See `example/gamemode.ini` +* `softrealtime` and `renice` options are no longer enabled by default since they require extra system configuration. See `example/gamemode.ini`. * Add supervisor API which allows requesting GameMode on behalf of another process. +* Add tests for GameMode functionality (run with `gamemoded -t`). * Various other minor fixes and improvements. ### Contributors