forked from Dniel97/segatools
3d6669dff1
There's basically no difference at the platform level except for the addition of the ALLS PCBID hook, which is harmless on Nu.
12 lines
227 B
C
12 lines
227 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "platform/config.h"
|
|
|
|
HRESULT platform_hook_init(
|
|
const struct platform_config *cfg,
|
|
const char *game_id,
|
|
const char *platform_id,
|
|
HMODULE redir_mod);
|