Skip to content

Commit

Permalink
hide P3 and P4 light gun crosshairs for arcade games
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Mar 6, 2024
1 parent 391da70 commit 43bb7c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/hw/maple/maple_cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@ void mcfg_CreateDevices()
die("Unknown system");
break;
}
if (settings.platform.isArcade() && !settings.input.fourPlayerGames)
{
// No known 4-player lightgun/touchscreen game so far
config::CrosshairColor[2].override(0);
config::CrosshairColor[3].override(0);
}
vmuDigest();
}

Expand Down

0 comments on commit 43bb7c8

Please sign in to comment.