forked from Dniel97/segatools
Revert "chunihook: Subsume cardhook"
This reverts commit c69a09ead4323e33e4b6a867bba6c0fe58b77af0.
This commit is contained in:
parent
de7ac2c0c3
commit
d19b44e3a7
@ -5,8 +5,6 @@
|
||||
|
||||
#include "amex/config.h"
|
||||
|
||||
#include "board/config.h"
|
||||
|
||||
#include "chunihook/config.h"
|
||||
|
||||
#include "platform/config.h"
|
||||
@ -22,5 +20,4 @@ void chuni_hook_config_load(
|
||||
|
||||
nu_config_load(&cfg->nu, filename);
|
||||
amex_config_load(&cfg->amex, filename);
|
||||
aime_config_load(&cfg->aime, filename);
|
||||
}
|
||||
|
@ -9,7 +9,6 @@
|
||||
struct chuni_hook_config {
|
||||
struct nu_config nu;
|
||||
struct amex_config amex;
|
||||
struct aime_config aime;
|
||||
};
|
||||
|
||||
void chuni_hook_config_load(
|
||||
|
@ -5,9 +5,6 @@
|
||||
|
||||
#include "amex/amex.h"
|
||||
|
||||
#include "board/config.h"
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
#include "chunihook/config.h"
|
||||
#include "chunihook/jvs.h"
|
||||
#include "chunihook/slider.h"
|
||||
@ -59,7 +56,6 @@ static DWORD CALLBACK chuni_pre_startup(void)
|
||||
|
||||
platform_hook_init_nu(&chuni_hook_cfg.nu, "SDBT", "AAV1", chuni_hook_mod);
|
||||
amex_hook_init(&chuni_hook_cfg.amex);
|
||||
sg_reader_hook_init(&chuni_hook_cfg.aime, 12);
|
||||
|
||||
if (chuni_hook_cfg.amex.jvs.enable) {
|
||||
chunithm_jvs_init();
|
||||
|
@ -9,7 +9,6 @@ shared_library(
|
||||
capnhook.get_variable('hooklib_dep'),
|
||||
],
|
||||
link_with : [
|
||||
aimeio_dll,
|
||||
amex_lib,
|
||||
board_lib,
|
||||
chuniio_dll,
|
||||
|
Loading…
Reference in New Issue
Block a user