forked from TeamTofuShop/segatools
Improve JVS bus life cycle handling
This commit is contained in:
@ -58,12 +58,7 @@ static DWORD CALLBACK chuni_pre_startup(void)
|
||||
"AAV1",
|
||||
chuni_hook_mod);
|
||||
|
||||
amex_hook_init(&chuni_hook_cfg.amex);
|
||||
|
||||
if (chuni_hook_cfg.amex.jvs.enable) {
|
||||
chunithm_jvs_init();
|
||||
}
|
||||
|
||||
amex_hook_init(&chuni_hook_cfg.amex, chunithm_jvs_init);
|
||||
slider_hook_init(&chuni_hook_cfg.slider);
|
||||
|
||||
/* Initialize debug helpers */
|
||||
@ -72,10 +67,6 @@ static DWORD CALLBACK chuni_pre_startup(void)
|
||||
|
||||
dprintf("--- End chuni_pre_startup ---\n");
|
||||
|
||||
/* Initialize IO DLL */
|
||||
|
||||
chuni_io_init();
|
||||
|
||||
/* Jump to EXE start address */
|
||||
|
||||
return chuni_startup();
|
||||
|
Reference in New Issue
Block a user