1
0
mirror of synced 2024-12-18 07:05:52 +01:00
bananatools/platform/es3sec.h

11 lines
247 B
C
Raw Normal View History

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