mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
Carmen Sandiego's Great Chase
This commit is contained in:
parent
9e61e993e8
commit
5b9d8d0d16
13
src/config.c
13
src/config.c
@ -78,6 +78,7 @@ void cfg_load()
|
|||||||
GET_BOOL(g_config.limit_bltfast, "limit_bltfast", FALSE);
|
GET_BOOL(g_config.limit_bltfast, "limit_bltfast", FALSE);
|
||||||
GET_BOOL(g_config.lock_surfaces, "lock_surfaces", FALSE);
|
GET_BOOL(g_config.lock_surfaces, "lock_surfaces", FALSE);
|
||||||
GET_BOOL(g_config.allow_wmactivate, "allow_wmactivate", FALSE);
|
GET_BOOL(g_config.allow_wmactivate, "allow_wmactivate", FALSE);
|
||||||
|
g_config.allow_wmactivate = TRUE;
|
||||||
GET_BOOL(g_config.flipclear, "flipclear", FALSE);
|
GET_BOOL(g_config.flipclear, "flipclear", FALSE);
|
||||||
GET_BOOL(g_config.fixmousehook, "fixmousehook", FALSE);
|
GET_BOOL(g_config.fixmousehook, "fixmousehook", FALSE);
|
||||||
GET_BOOL(g_config.rgb555, "rgb555", FALSE);
|
GET_BOOL(g_config.rgb555, "rgb555", FALSE);
|
||||||
@ -482,6 +483,18 @@ static void cfg_create_ini()
|
|||||||
"[Carma2_SW]\n"
|
"[Carma2_SW]\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Carmen Sandiego's Great Chase - NOT WORKING YET\n"
|
||||||
|
"[TIME32]\n"
|
||||||
|
"learning_company_hack=true\n"
|
||||||
|
"allow_wmactivate=true\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"adjmouse=false\n"
|
||||||
|
"width=0\n"
|
||||||
|
"height=0\n"
|
||||||
|
"resizable=false\n"
|
||||||
|
"maintas=false\n"
|
||||||
|
"boxing=false\n"
|
||||||
|
"\n"
|
||||||
"; Captain Claw\n"
|
"; Captain Claw\n"
|
||||||
"[claw]\n"
|
"[claw]\n"
|
||||||
"adjmouse=true\n"
|
"adjmouse=true\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user