forked from TeamTofuShop/segatools
hooklib/gfx.c: Wire up gfx config
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
|
||||
#include "chunihook/config.h"
|
||||
|
||||
#include "hooklib/config.h"
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
void chuni_hook_config_load(
|
||||
@ -20,4 +22,5 @@ void chuni_hook_config_load(
|
||||
|
||||
nu_config_load(&cfg->nu, filename);
|
||||
amex_config_load(&cfg->amex, filename);
|
||||
gfx_config_load(&cfg->gfx, filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user