Load and bind aimeio at runtime

This commit is contained in:
Tau
2021-05-23 11:54:24 -04:00
parent e49e1ec804
commit 0c7a9c87c0
10 changed files with 182 additions and 13 deletions

View File

@ -87,7 +87,7 @@ static DWORD CALLBACK chuni_pre_startup(void)
goto fail;
}
hr = sg_reader_hook_init(&chuni_hook_cfg.aime, 12);
hr = sg_reader_hook_init(&chuni_hook_cfg.aime, 12, chuni_hook_mod);
if (FAILED(hr)) {
goto fail;