changed everything and nothing

This commit is contained in:
Hay1tsme
2021-12-30 13:57:05 -05:00
parent 1a225822ce
commit 93db71df54
7 changed files with 99 additions and 4 deletions

View File

@ -10,6 +10,7 @@ struct mercury_dll {
HRESULT (*poll)(void);
void (*get_opbtns)(uint8_t *opbtn);
void (*get_gamebtns)(uint16_t *player1, uint16_t *player2);
HRESULT (*elisabeth_init)(void);
};
struct mercury_dll_config {