diff --git a/src/config.c b/src/config.c index fa2241c..8c59f64 100644 --- a/src/config.c +++ b/src/config.c @@ -734,8 +734,9 @@ static void cfg_create_ini() "\n" "; Future Cop - L.A.P.D.\n" "[FCopLAPD]\n" + "renderer=opengl\n" + "nonexclusive=true\n" "adjmouse=true\n" - "fixchilds=3\n" "\n" "; G-Police\n" "[GPOLICE]\n" @@ -847,10 +848,6 @@ static void cfg_create_ini() "[Lionheart]\n" "locktopleft=true\n" "\n" - "; Megaman X4\n" - "[MMX4]\n" - "fixchilds=3\n" - "\n" "; Majesty Gold\n" "[Majesty]\n" "minfps=-2\n"