Skip to content

Commit

Permalink
Carmen Sandiego's Great Chase
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed May 28, 2024
1 parent 9e61e99 commit 5b9d8d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void cfg_load()
GET_BOOL(g_config.limit_bltfast, "limit_bltfast", FALSE);
GET_BOOL(g_config.lock_surfaces, "lock_surfaces", 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.fixmousehook, "fixmousehook", FALSE);
GET_BOOL(g_config.rgb555, "rgb555", FALSE);
Expand Down Expand Up @@ -482,6 +483,18 @@ static void cfg_create_ini()
"[Carma2_SW]\n"
"noactivateapp=true\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"
"[claw]\n"
"adjmouse=true\n"
Expand Down

0 comments on commit 5b9d8d0

Please sign in to comment.