forked from TeamTofuShop/segatools
mu3hook/dllmain.c: initialize graphics hook
This commit is contained in:
@ -4,11 +4,14 @@
|
||||
|
||||
#include "board/config.h"
|
||||
|
||||
#include "hooklib/gfx.h"
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
struct mu3_hook_config {
|
||||
struct platform_config platform;
|
||||
struct aime_config aime;
|
||||
struct gfx_config gfx;
|
||||
};
|
||||
|
||||
void mu3_hook_config_load(
|
||||
|
Reference in New Issue
Block a user