1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 08:20:51 +01:00

iidxio-bio2: Add missing aciodrv on finit to cleanup acio stuff

This commit is contained in:
icex2 2021-01-06 19:42:33 +01:00
parent f3b07aeb0a
commit bf067de633

View File

@ -181,6 +181,8 @@ void iidx_io_fini(void)
// avoid banging
Sleep(1);
}
aciodrv_device_close();
}
void iidx_io_ep1_set_deck_lights(uint16_t deck_lights)