forked from TeamTofuShop/segatools
Delete coin blocker exports from IO DLLs
These never get called at the moment, so we have no way of guaranteeing that any existing implementations are even correct. If we do decide to start emulating the coin blocker then we will need to advance the API versions, which will (hopefully) force any third-party devs to test their coin blocker code before opting in.
This commit is contained in:
@ -47,12 +47,6 @@ void diva_io_jvs_poll(uint8_t *opbtn, uint8_t *gamebtn);
|
||||
|
||||
void diva_io_jvs_read_coin_counter(uint16_t *out);
|
||||
|
||||
/* Set the state of the coin blocker. Parameter is true if the blocker is
|
||||
disengaged (i.e. coins can be inserted) and false if the blocker is engaged
|
||||
(i.e. the coin slot should be physically blocked). */
|
||||
|
||||
void diva_io_jvs_set_coin_blocker(bool open);
|
||||
|
||||
/* Initialize touch slider emulation. This function will be called before any
|
||||
other diva_io_slider_*() function calls.
|
||||
|
||||
|
Reference in New Issue
Block a user