Skip to content

Commit

Permalink
tweak default ddraw.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 29, 2021
1 parent 768a3aa commit cf38abe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static void cfg_create_ini()
"; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n"
"vhack=false\n"
"\n"
"; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian\n"
"; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian, hungarian, french\n"
"configlang=auto\n"
"\n"
"\n"
Expand Down Expand Up @@ -339,16 +339,16 @@ static void cfg_create_ini()
"; Virtual-Key Codes: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes\n"
"\n"
"\n"
"; Toggle fullscreen - Alt + ???\n"
"; Switch between windowed and fullscreen mode = [Alt] + ???\n"
"keytogglefullscreen=0x0D\n"
"\n"
"; Toggle maximize - Alt + ???\n"
"; Maximize window without frame = [Alt] + ???\n"
"keytogglemaximize=0x22\n"
"\n"
"; Unlock Cursor 1 - Ctrl + ???\n"
"; Unlock cursor 1 = [Ctrl] + ???\n"
"keyunlockcursor1=0x09\n"
"\n"
"; Unlock Cursor 2 - RightAlt + ???\n"
"; Unlock cursor 2 = [Right Alt] + ???\n"
"keyunlockcursor2=0xA3\n"
"\n"
"; Screenshot\n"
Expand Down

0 comments on commit cf38abe

Please sign in to comment.