chu2to3: fixed docker compilation, bugfixes

This commit is contained in:
2023-12-25 15:03:44 +01:00
parent 16bbd87c73
commit b38dea23ac
4 changed files with 10 additions and 8 deletions

View File

@ -22,7 +22,7 @@ static struct chuni_io_config chuni_io_cfg;
uint16_t chuni_io_get_api_version(void)
{
return 0x0101;
return 0x0102;
}
HRESULT chuni_io_jvs_init(void)