浏览代码

Update the explanation at the start

Marc Di Luzio 6 年之前
父节点
当前提交
0df479537e
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -1,7 +1,14 @@
 # GameMode
 **GameMode** is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS.
 
-GameMode was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave or ondemand governors, but is now able to launch custom user defined plugins, and is intended to be expanded further, as there are a wealth of automation tasks one might want to apply.
+GameMode was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave or ondemand governors, but is now host to a range of optimisation features and configurations.
+
+Currently GameMode includes support for optimisations including:
+* CPU Governor
+* I/O Priority
+* Kernel Scheduler (`SCHED_ISO`)
+* Screensaver inhibiting
+* Custom scripts
 
 Issues with GameMode should be reported here in the issues section, and not reported to Feral directly.