1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-09-24 11:08:24 +02:00
segatools-hay1tsme/platform/pcbid.h

14 lines
205 B
C
Raw Normal View History

#pragma once
2019-11-06 01:31:11 +01:00
#include <windows.h>
#include <stdbool.h>
#include <stddef.h>
struct pcbid_config {
bool enable;
wchar_t serial_no[17];
};
2019-08-21 00:44:57 +02:00
HRESULT pcbid_hook_init(const struct pcbid_config *cfg);