[cm, mercury, mu3] update aime reader gen

This commit is contained in:
2025-07-19 23:35:46 +02:00
parent 03513e7b0c
commit f595af9686
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ static DWORD CALLBACK cm_pre_startup(void)
goto fail;
}
hr = sg_reader_hook_init(&cm_hook_cfg.aime, 1, 1, cm_hook_mod);
hr = sg_reader_hook_init(&cm_hook_cfg.aime, 1, 3, cm_hook_mod);
if (FAILED(hr)) {
goto fail;