forked from Hay1tsme/segatools
LED board improvements and cleanup
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
#include "chunihook/config.h"
|
||||
#include "chunihook/jvs.h"
|
||||
#include "chunihook/slider.h"
|
||||
#include "chunihook/led1509306.h"
|
||||
|
||||
#include "chuniio/chuniio.h"
|
||||
|
||||
@ -97,7 +96,7 @@ static DWORD CALLBACK chuni_pre_startup(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
hr = led1509306_hook_init(&chuni_hook_cfg.led1509306);
|
||||
hr = led15093_hook_init(&chuni_hook_cfg.led15093, 10, 11);
|
||||
|
||||
if (FAILED(hr)) {
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user