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

@ -47,3 +47,8 @@ void mercury_io_get_gamebtns(uint16_t *player1, uint16_t *player2)
{
}
HRESULT mercury_io_elisabeth_init(void)
{
return S_OK;
}