hooklib/gfx.c: Wire up gfx config

This commit is contained in:
Tau
2019-10-19 17:04:34 -04:00
parent 871b82a8ad
commit 7c721aa1f8
5 changed files with 22 additions and 14 deletions

View File

@ -47,7 +47,7 @@ static DWORD CALLBACK chuni_pre_startup(void)
/* Hook Win32 APIs */
gfx_hook_init();
gfx_hook_init(&chuni_hook_cfg.gfx);
serial_hook_init();
/* Initialize emulation hooks */
@ -64,7 +64,6 @@ static DWORD CALLBACK chuni_pre_startup(void)
/* Initialize debug helpers */
spike_hook_init(L".\\segatools.ini");
gfx_set_windowed();
dprintf("--- End chuni_pre_startup ---\n");