mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
tweak default ddraw.ini
This commit is contained in:
parent
768a3aaa7f
commit
cf38abed60
10
src/config.c
10
src/config.c
@ -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"
|
||||
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user