divahook: Add an option to disable slider emulation

This commit is contained in:
dogtopus
2019-12-29 13:28:32 -04:00
parent f732eb05a8
commit 0c74d64d5c
5 changed files with 26 additions and 3 deletions

View File

@ -63,7 +63,7 @@ static DWORD CALLBACK diva_pre_startup(void)
return EXIT_FAILURE;
}
hr = slider_hook_init();
hr = slider_hook_init(&diva_hook_cfg.slider);
if (FAILED(hr)) {
return EXIT_FAILURE;