mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-11 03:16:00 -05:00
iidxio-ezusb: Support coin mech input
This commit is contained in:
@@ -192,7 +192,8 @@ uint8_t iidx_io_ep2_get_slider(uint8_t slider_no)
|
||||
|
||||
uint8_t iidx_io_ep2_get_sys(void)
|
||||
{
|
||||
return ((~iidx_io_ezusb_read_packet.inverted_pad) >> 28) & 0x03;
|
||||
return (((~iidx_io_ezusb_read_packet.inverted_pad) >> 28) & 0x03) |
|
||||
((((~iidx_io_ezusb_read_packet.inverted_pad) >> 22) & 0x01) << 2);
|
||||
}
|
||||
|
||||
uint8_t iidx_io_ep2_get_panel(void)
|
||||
|
||||
Reference in New Issue
Block a user