forked from TeamTofuShop/segatools
Wacca: Add toggle for LED board hooks
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
|
||||
struct led_data {
|
||||
DWORD unitCount;
|
||||
uint8_t rgba[480 * 4];
|
||||
};
|
||||
|
||||
HRESULT elisabeth_hook_init();
|
||||
struct elisabeth_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT elisabeth_hook_init(struct elisabeth_config *cfg);
|
||||
|
Reference in New Issue
Block a user