forked from TeamTofuShop/segatools
divahook: Add an option to disable slider emulation
This commit is contained in:
parent
37252be684
commit
d32f6ab18b
@ -6,14 +6,18 @@
|
||||
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
#include "divahook/slider.h"
|
||||
|
||||
#include "platform/platform.h"
|
||||
|
||||
struct diva_hook_config {
|
||||
struct platform_config platform;
|
||||
struct amex_config amex;
|
||||
struct aime_config aime;
|
||||
struct slider_config slider;
|
||||
};
|
||||
|
||||
void slider_config_load(struct slider_config *cfg, const wchar_t *filename);
|
||||
void diva_hook_config_load(
|
||||
struct diva_hook_config *cfg,
|
||||
const wchar_t *filename);
|
||||
|
Reference in New Issue
Block a user