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:
Tau
2019-05-03 17:21:38 -04:00
parent 8158d01ed9
commit b172c22322
14 changed files with 50 additions and 209 deletions

View File

@ -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 */