1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

add preset for Nox

This commit is contained in:
FunkyFr3sh 2023-09-01 23:24:51 +02:00
parent af75abf026
commit 28511a368e

View File

@ -918,6 +918,13 @@ static void cfg_create_ini()
"adjmouse=true\n" "adjmouse=true\n"
"hook_peekmessage=true\n" "hook_peekmessage=true\n"
"\n" "\n"
"; Nox\n"
"[NOX]\n"
"checkfile=.\\NOX.ICD\n"
"renderer=direct3d9\n"
"nonexclusive=false\n"
"windowed=false\n"
"\n"
"; Outlaws\n" "; Outlaws\n"
"[olwin]\n" "[olwin]\n"
"noactivateapp=true\n" "noactivateapp=true\n"