forked from TeamTofuShop/segatools
divahook: Add an option to disable slider emulation
This commit is contained in:
parent
37252be684
commit
d32f6ab18b
@ -2,4 +2,10 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
HRESULT slider_hook_init(void);
|
||||
#include <stdbool.h>
|
||||
|
||||
struct slider_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT slider_hook_init(const struct slider_config *cfg);
|
||||
|
Reference in New Issue
Block a user