forked from TeamTofuShop/segatools
board/sg-reader.c: Configurate sg_reader
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
#include "amex/config.h"
|
||||
|
||||
#include "board/config.h"
|
||||
|
||||
#include "divahook/config.h"
|
||||
|
||||
#include "platform/config.h"
|
||||
@ -16,4 +18,5 @@ void diva_hook_config_load(
|
||||
|
||||
nu_config_load(&cfg->nu, filename);
|
||||
amex_config_load(&cfg->amex, filename);
|
||||
aime_config_load(&cfg->aime, filename);
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
struct diva_hook_config {
|
||||
struct nu_config nu;
|
||||
struct amex_config amex;
|
||||
struct aime_config aime;
|
||||
};
|
||||
|
||||
void diva_hook_config_load(
|
||||
|
@ -48,7 +48,7 @@ static DWORD CALLBACK diva_pre_startup(void)
|
||||
diva_jvs_init();
|
||||
}
|
||||
|
||||
sg_reader_hook_init(10);
|
||||
sg_reader_hook_init(&diva_hook_cfg.aime, 10);
|
||||
slider_hook_init();
|
||||
|
||||
/* Initialize debug helpers */
|
||||
|
Reference in New Issue
Block a user