Skip to content

Commit

Permalink
maple: lightgun must return 0 for trigger axes
Browse files Browse the repository at this point in the history
Fixes Death Crimson 2 fast forwarding in story mode when using a
lightgun.
Issue #646
  • Loading branch information
flyinghead committed Dec 16, 2023
1 parent 2a19ccf commit 192838b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core/hw/maple/maple_devs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,12 +1286,8 @@ struct maple_lightgun : maple_base
//2 key code
w16(transform_kcode(pjs.kcode));

//not used
//2
w16(0xFFFF);

//not used
//4
//6 analog (not used)
w16(0);
w32(0x80808080);
}
return MDRS_DataTransfer;
Expand Down

0 comments on commit 192838b

Please sign in to comment.