forked from TeamTofuShop/segatools
board/sg-reader.c: Streamline further
Remove remaining pointless boilerplate, turn it into a free- standing hook, since its aimeio.dll dependency forces it to be a singleton anyway.
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
#include "amex/jvs.h"
|
||||
#include "amex/sram.h"
|
||||
|
||||
#include "divahook/_com10.h"
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
#include "divahook/jvs.h"
|
||||
#include "divahook/slider.h"
|
||||
|
||||
@ -51,8 +52,8 @@ static DWORD CALLBACK diva_pre_startup(void)
|
||||
|
||||
/* Initialize Project Diva I/O board emulation */
|
||||
|
||||
com10_hook_init();
|
||||
diva_jvs_init();
|
||||
sg_reader_hook_init(10);
|
||||
slider_hook_init();
|
||||
|
||||
/* Initialize debug helpers */
|
||||
|
Reference in New Issue
Block a user