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

@ -77,7 +77,7 @@ static DWORD CALLBACK mercury_pre_startup(void)
goto fail;
}
hr = vfd_hook_init(&mercury_hook_cfg.vfd, 2);
hr = vfd_hook_init(&mercury_hook_cfg.vfd);
if (FAILED(hr)) {
goto fail;