Add a list of games which integrate GameMode support (#135)

This commit is contained in:
Alex Smith 2019-05-07 09:25:02 +01:00
parent 67c7aa04d6
commit 4a49a1c2a5

View File

@ -63,7 +63,9 @@ ninja uninstall
---
## Requesting GameMode
After installing `libgamemodeauto.so.0` simply preload it into the game:
For games which integrate GameMode support (see list later on), simply running the game will automatically activate GameMode.
For others, you must manually request GameMode when running the game. This can be done by launching the game through `gamemoderun`:
```bash
gamemoderun ./game
```
@ -121,6 +123,15 @@ More information can be found in the `example/gamemode.ini` file.
Note that both NVIDIA (GPUBoost) and AMD (Overdrive) devices and drivers already attempt to internally overclock if possible, but it is still common for enthusiasts to want to manually push the upper threshold.
---
## Games with GameMode integration
The following games are known to integrate GameMode support (meaning they don't require any additional configuration to activate GameMode while running):
* Rise of the Tomb Raider
* Total War Saga: Thrones of Britannia
* Total War: WARHAMMER II
* DiRT 4
---
## Developers