forked from TeamTofuShop/segatools
divahook: Add an option to disable slider emulation
This commit is contained in:
parent
37252be684
commit
d32f6ab18b
@ -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;
|
||||
|
Reference in New Issue
Block a user