From 13cf2dc41eafe74da37de25281fdad5ae30a2faa Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Tue, 8 Jun 2021 05:47:30 +0200 Subject: [PATCH] add Majesty presets --- src/config.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config.c b/src/config.c index 3d0768c..f6f79a2 100644 --- a/src/config.c +++ b/src/config.c @@ -656,6 +656,18 @@ static void cfg_create_ini() "renderer=gdi\n" "hook=2\n" "\n" + "; Majesty Gold\n" + "[Majesty]\n" + "minfps=-2\n" + "\n" + "; Majesty Gold HD\n" + "[MajestyHD]\n" + "handlemouse=false\n" + "\n" + "; Majesty Gold HD\n" + "[MajestyHD - Old]\n" + "handlemouse=false\n" + "\n" "; Moorhuhn\n" "[Moorhuhn]\n" "renderer=opengl\n"