forked from TeamTofuShop/segatools
chusan: added chusanhook, led board fix, config added
credits go to @domeori https://dev.s-ul.net/domeori/segatools/-/tree/mr-imports
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
|
||||
#include "chunihook/chuni-dll.h"
|
||||
#include "chunihook/slider.h"
|
||||
#include "chunihook/led1509306.h"
|
||||
|
||||
#include "gfxhook/gfx.h"
|
||||
|
||||
@ -21,6 +22,7 @@ struct chuni_hook_config {
|
||||
struct gfx_config gfx;
|
||||
struct chuni_dll_config dll;
|
||||
struct slider_config slider;
|
||||
struct led1509306_config led1509306;
|
||||
};
|
||||
|
||||
void chuni_dll_config_load(
|
||||
|
Reference in New Issue
Block a user