From 44ef9783d8649bc193c82c0d84c5770805acbb78 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 11 Aug 2023 13:13:10 +0200 Subject: [PATCH] update Age of Wonders presets --- src/config.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config.c b/src/config.c index a368795..7b50dda 100644 --- a/src/config.c +++ b/src/config.c @@ -433,24 +433,36 @@ static void cfg_create_ini() "\n" "; Age of Wonders 2\n" "[AoW2]\n" + "resolutions=2\n" "renderer=opengl\n" "singlecpu=false\n" "\n" "; Age of Wonders 2\n" "[AoW2Compat]\n" + "resolutions=2\n" "renderer=opengl\n" "singlecpu=false\n" "\n" + "; Age of Wonders 2 Config Tool\n" + "[aow2Setup]\n" + "resolutions=2\n" + "\n" "; Age of Wonders: Shadow Magic\n" "[AoWSM]\n" + "resolutions=2\n" "renderer=opengl\n" "singlecpu=false\n" "\n" "; Age of Wonders: Shadow Magic\n" "[AoWSMCompat]\n" + "resolutions=2\n" "renderer=opengl\n" "singlecpu=false\n" "\n" + "; Age of Wonders: Shadow Magic Config Tool\n" + "[AoWSMSetup]\n" + "resolutions=2\n" + "\n" "; Anstoss 3\n" "[anstoss3]\n" "renderer=gdi\n"