forked from TeamTofuShop/segatools
Wire up libamex config
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amex/cfg.h"
|
||||
|
||||
DEFINE_GUID(
|
||||
eeprom_guid,
|
||||
0xB7970F0C,
|
||||
@ -9,4 +11,4 @@ DEFINE_GUID(
|
||||
0x45FF,
|
||||
0x96, 0x18, 0x0A, 0x24, 0x00, 0x94, 0xB2, 0x71);
|
||||
|
||||
HRESULT eeprom_hook_init(void);
|
||||
HRESULT eeprom_hook_init(const struct eeprom_config *cfg);
|
||||
|
Reference in New Issue
Block a user