forked from TeamTofuShop/segatools
board: Shift config structs around
This commit is contained in:
@ -2,7 +2,11 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "board/config.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
struct aime_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT sg_reader_hook_init(
|
||||
const struct aime_config *cfg,
|
||||
|
Reference in New Issue
Block a user