diff --git a/src/config.c b/src/config.c index ea6f50a..e022744 100644 --- a/src/config.c +++ b/src/config.c @@ -330,10 +330,6 @@ static void cfg_create_ini() "; Note: Can be used in case some GUI elements like buttons/textboxes/videos/etc.. are invisible\n" "nonexclusive=false\n" "\n" - "; Fixes issues where the pitch of a surface is not a multiple of 4\n" - "; Note: Enable this if some parts of the screen are being displayed diagonally\n" - "fixpitch=true\n" - "\n" "; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n" "singlecpu=true\n" "\n" @@ -350,6 +346,20 @@ static void cfg_create_ini() "fpupreserve=false\n" "\n" "\n" + "; Undocumented compatibility settings\n" + "accuratetimers=false\n" + "fixpitch=true\n" + "fixwndprochook=false\n" + "novidmem=false\n" + "fixnotresponding=false\n" + "locktopleft=false\n" + "releasealt=false\n" + "gdilinear=false\n" + "allow_wmactivate=false\n" + "dinputhook=false\n" + "bpp=0\n" + "\n" + "\n" "\n" "; ### Hotkeys ###\n" "; Use the following settings to configure your hotkeys, 0x00 = disabled\n"