From d04a29ed19e1f20df1a1fe04280dc59553eb25e6 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 19 Jun 2021 07:45:51 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7c5ae06..a21acd6 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ If you want to play in windowed mode then start the game once in fullscreen and `Compatibility setting examples:` -- If there are **problems on Alt+Tab** then try to set "noactivateapp=true" - If it still doesn't work also try "renderer=opengl" or "renderer=gdi". +- If there are **problems on Alt+Tab** then try to set `noactivateapp=true` - If it still doesn't work also try `renderer=opengl` or `renderer=gdi`. -- If the **game is running too fast** then try to set "maxgameticks=60" - If it's still too fast, try a lower value - If too slow, try a higher value. +- If the **game is running too fast** then try to set `maxgameticks=60` - If it's still too fast, try a lower value - If too slow, try a higher value. -- If **windowed mode or upscaling are not working properly** then try to set "hook=2" and "renderer=gdi" - opengl/direct3d could work as well in some games. +- If **windowed mode or upscaling are not working properly** then try to set `hook=2` and `renderer=gdi` - opengl/direct3d could work as well in some games. -- If **videos or other GUI elements are invisible** then try to set "nonexclusive=true". +- If **videos or other UI elements are invisible** then try to set `nonexclusive=true`. -- If some parts of the screen are **being displayed diagonally** then try to set "fixpitch=true". +- If some parts of the screen are **being displayed diagonally** then try to set `fixpitch=true`. -- If the game is **stuttering on a Freesync/G-Sync monitor** then try to set "minfps=-1" +- If the game is **stuttering on a Freesync/G-Sync monitor** then try to set `minfps=-1`.