forked from TeamTofuShop/segatools
Load and bind aimeio at runtime
This commit is contained in:
@ -4,10 +4,14 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "board/aime-dll.h"
|
||||
|
||||
struct aime_config {
|
||||
struct aime_dll_config dll;
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT sg_reader_hook_init(
|
||||
const struct aime_config *cfg,
|
||||
unsigned int port_no);
|
||||
unsigned int port_no,
|
||||
HINSTANCE self);
|
||||
|
Reference in New Issue
Block a user