Fix reader hook COM port andfix startup.bat and working on inputs

This commit is contained in:
2024-08-26 10:08:42 +02:00
parent 11aabf50f8
commit 68f78d63bb
8 changed files with 29 additions and 15 deletions

View File

@ -80,7 +80,7 @@ static DWORD CALLBACK apm3_pre_startup(void)
return hr;
}
hr = sg_reader_hook_init(&apm3_hook_cfg.aime, 3, 3, apm3_hook_mod);
hr = sg_reader_hook_init(&apm3_hook_cfg.aime, 3, 1, apm3_hook_mod);
if (FAILED(hr)) {
goto fail;