forked from TeamTofuShop/segatools
amex: Shift config structs around
This commit is contained in:
13
amex/amex.h
13
amex/amex.h
@ -2,8 +2,19 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/config.h"
|
||||
#include "amex/ds.h"
|
||||
#include "amex/eeprom.h"
|
||||
#include "amex/gpio.h"
|
||||
#include "amex/jvs.h"
|
||||
#include "amex/sram.h"
|
||||
|
||||
struct amex_config {
|
||||
struct ds_config ds;
|
||||
struct eeprom_config eeprom;
|
||||
struct gpio_config gpio;
|
||||
struct jvs_config jvs;
|
||||
struct sram_config sram;
|
||||
};
|
||||
|
||||
HRESULT amex_hook_init(
|
||||
const struct amex_config *cfg,
|
||||
|
Reference in New Issue
Block a user