Revert "chunihook: Subsume cardhook"

This reverts commit c69a09ead4323e33e4b6a867bba6c0fe58b77af0.
This commit is contained in:
Tau 2019-08-20 13:13:20 -04:00
parent de7ac2c0c3
commit d19b44e3a7
4 changed files with 0 additions and 9 deletions

View File

@ -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);
}

View File

@ -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(

View File

@ -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();

View File

@ -9,7 +9,6 @@ shared_library(
capnhook.get_variable('hooklib_dep'),
],
link_with : [
aimeio_dll,
amex_lib,
board_lib,
chuniio_dll,