mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-27 12:29:05 +03:00
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);
|