forked from TeamTofuShop/segatools
carol: fix ports
This commit is contained in:
@ -73,6 +73,11 @@ HRESULT carol_io_touch_init()
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
HRESULT carol_io_ledbd_init()
|
||||
{
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
HRESULT carol_io_controlbd_init()
|
||||
{
|
||||
return S_OK;
|
||||
|
@ -49,4 +49,6 @@ void carol_io_jvs_read_coin_counter(uint16_t *out);
|
||||
|
||||
HRESULT carol_io_touch_init();
|
||||
|
||||
HRESULT carol_io_ledbd_init();
|
||||
|
||||
HRESULT carol_io_controlbd_init();
|
Reference in New Issue
Block a user