forked from TeamTofuShop/segatools
added new aime card reader generation
- Added new aime generation: 837-15286 and 837-15396 - New config setting `[aime] gen=3` for 837-15396 - Updated LED information for card reader - Updated all games with the needed reader generation?
This commit is contained in:
@ -111,7 +111,7 @@ void idz_io_jvs_read_coin_counter(uint16_t *out)
|
||||
|
||||
/* Coin counter is not backend-specific */
|
||||
|
||||
if ( idz_io_cfg.vk_coin &&
|
||||
if (idz_io_cfg.vk_coin &&
|
||||
(GetAsyncKeyState(idz_io_cfg.vk_coin) & 0x8000)) {
|
||||
if (!idz_io_coin) {
|
||||
idz_io_coin = true;
|
||||
|
Reference in New Issue
Block a user