forked from TeamTofuShop/segatools
platform: Wire up configuration
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
void nusec_hook_init(void);
|
||||
#include <windows.h>
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
HRESULT nusec_hook_init(
|
||||
const struct nusec_config *cfg,
|
||||
const char *game_id,
|
||||
const char *platform_id);
|
||||
|
Reference in New Issue
Block a user