maple: lightgun must return 0 for trigger axes

Fixes Death Crimson 2 fast forwarding in story mode when using a
lightgun.
Issue #646
This commit is contained in:
Flyinghead 2023-12-16 16:47:48 +01:00
parent 2a19ccf945
commit 192838b9c1
1 changed files with 2 additions and 6 deletions

View File

@ -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;