fgo: working FTDI hook by @OLEG

from: 88a0026f0b
This commit is contained in:
2023-11-22 21:40:10 +01:00
parent b9fd59fd70
commit d86baab852
9 changed files with 341 additions and 20 deletions

View File

@ -90,13 +90,11 @@ static DWORD CALLBACK fgo_pre_startup(void)
goto fail;
}
/*
hr = ftdi_hook_init(&fgo_hook_cfg.ftdi);
if (FAILED(hr)) {
goto fail;
}
*/
hr = led1509306_hook_init(&fgo_hook_cfg.led1509306);