forked from TeamTofuShop/segatools
Load and bind idzio at runtime
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
#include "idzhook/idz-dll.h"
|
||||
#include "idzhook/zinput.h"
|
||||
|
||||
#include "platform/platform.h"
|
||||
@ -15,9 +16,14 @@ struct idz_hook_config {
|
||||
struct platform_config platform;
|
||||
struct amex_config amex;
|
||||
struct aime_config aime;
|
||||
struct idz_dll_config dll;
|
||||
struct zinput_config zinput;
|
||||
};
|
||||
|
||||
void idz_dll_config_load(
|
||||
struct idz_dll_config *cfg,
|
||||
const wchar_t *filename);
|
||||
|
||||
void idz_hook_config_load(
|
||||
struct idz_hook_config *cfg,
|
||||
const wchar_t *filename);
|
||||
|
Reference in New Issue
Block a user