gfxhook/gfx.c: Remove unused self parameter

This commit is contained in:
2021-12-21 23:32:33 -05:00
committed by Hay1tsme
parent b6274f71a5
commit 7c90a79f69
5 changed files with 5 additions and 7 deletions

View File

@ -67,7 +67,7 @@ static DWORD CALLBACK idz_pre_startup(void)
/* Hook Win32 APIs */
serial_hook_init();
gfx_hook_init(&idz_hook_cfg.gfx, idz_hook_mod);
gfx_hook_init(&idz_hook_cfg.gfx);
gfx_d3d11_hook_init(&idz_hook_cfg.gfx, idz_hook_mod);
gfx_dxgi_hook_init(&idz_hook_cfg.gfx, idz_hook_mod);
zinput_hook_init(&idz_hook_cfg.zinput);