forked from TeamTofuShop/segatools
add half-working CXB support
This commit is contained in:
11
cxbhook/led.h
Normal file
11
cxbhook/led.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct led_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT led_hook_init(struct led_config *cfg);
|
Reference in New Issue
Block a user