#253 add preset for Jedi Knight Dark Forces 2
This commit is contained in:
parent
07fe110b74
commit
94afdc378b
3 changed files with 12 additions and 4 deletions
|
@ -85,6 +85,7 @@ void cfg_load()
|
|||
GET_INT(g_config.custom_width, "custom_width", 0);
|
||||
GET_INT(g_config.custom_height, "custom_height", 0);
|
||||
GET_INT(g_config.min_font_size, "min_font_size", 0);
|
||||
GET_BOOL(g_config.direct3d_passthrough, "direct3d_passthrough", FALSE);
|
||||
|
||||
/* Hotkeys */
|
||||
|
||||
|
@ -290,6 +291,7 @@ static void cfg_create_ini()
|
|||
"custom_width=0\n"
|
||||
"custom_height=0\n"
|
||||
"min_font_size=0\n"
|
||||
"direct3d_passthrough=false\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"\n"
|
||||
|
@ -804,6 +806,10 @@ static void cfg_create_ini()
|
|||
"noactivateapp=true\n"
|
||||
"releasealt=true\n"
|
||||
"\n"
|
||||
"; Jedi Knight Dark Forces 2\n"
|
||||
"[JK]\n"
|
||||
"direct3d_passthrough=true\n"
|
||||
"\n"
|
||||
"; Kings Quest 8\n"
|
||||
"[Mask]\n"
|
||||
"renderer=opengl\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue