Skip to content

Commit 238d2f6

Browse files
committed
add preset for F16 Agressor
1 parent 3a6075b commit 238d2f6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
166166
- Enemy Infestation
167167
- Escape Velocity Nova
168168
- Excalibur 2555AD
169+
- F-16 Agressor
169170
- F-16 Multirole Fighter
170171
- F-22 Raptor
171172
- Fable

src/config.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,10 @@ static void cfg_create_ini()
913913
"[EI]\n"
914914
"hook_peekmessage=true\n"
915915
"\n"
916+
"; F-16 Agressor\n"
917+
"[f-16]\n"
918+
"resolutions=1\n"
919+
"\n"
916920
"; Fable\n"
917921
"[FABLE]\n"
918922
"singlecpu=false\n"

0 commit comments

Comments
 (0)