add almost full vfd implementation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user