bananatools/platform/es3sec.h

16 lines
283 B
C
Raw Normal View History

2023-01-03 04:35:53 +00:00
#pragma once
#include <stdbool.h>
#include <stdint.h>
struct es3sec_config {
bool enable;
wchar_t serial[13];
2023-01-07 05:52:08 +00:00
};
HRESULT es3sec_hook_init(
const struct es3sec_config *cfg,
USHORT vid,
USHORT pid,
const wchar_t *manufacturer,
const wchar_t *product);