forked from TeamTofuShop/segatools
Load and bind divaio at runtime
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
#include "divahook/diva-dll.h"
|
||||
#include "divahook/slider.h"
|
||||
|
||||
#include "platform/platform.h"
|
||||
@ -14,9 +15,13 @@ struct diva_hook_config {
|
||||
struct platform_config platform;
|
||||
struct amex_config amex;
|
||||
struct aime_config aime;
|
||||
struct diva_dll_config dll;
|
||||
struct slider_config slider;
|
||||
};
|
||||
|
||||
void diva_dll_config_load(
|
||||
struct diva_dll_config *cfg,
|
||||
const wchar_t *filename);
|
||||
void slider_config_load(struct slider_config *cfg, const wchar_t *filename);
|
||||
void diva_hook_config_load(
|
||||
struct diva_hook_config *cfg,
|
||||
|
Reference in New Issue
Block a user