Wire up libamex config

This commit is contained in:
Tau
2019-05-04 13:12:20 -04:00
parent 68ec23e3c8
commit c19d140589
18 changed files with 186 additions and 64 deletions

View File

@ -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);