add almost full vfd implementation

This commit is contained in:
2024-08-23 16:30:22 +02:00
parent ac0f9f0587
commit 54cbbffae9
21 changed files with 607 additions and 78 deletions

View File

@ -79,7 +79,7 @@ static DWORD CALLBACK swdc_pre_startup(void)
goto fail;
}
hr = vfd_hook_init(&swdc_hook_cfg.vfd, 4);
hr = vfd_hook_init(&swdc_hook_cfg.vfd);
if (FAILED(hr)) {
return hr;