forked from TeamTofuShop/segatools
platform: Wire up configuration
This commit is contained in:
11
platform/platform.h
Normal file
11
platform/platform.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
HRESULT platform_hook_init_nu(
|
||||
const struct nu_config *cfg,
|
||||
const char *game_id,
|
||||
const char *platform_id,
|
||||
HMODULE redir_mod);
|
Reference in New Issue
Block a user