1
0
mirror of synced 2024-11-30 16:24:27 +01:00
bananatools/platform/es3sec.h
2023-03-10 02:46:37 -05:00

11 lines
247 B
C

#pragma once
#include <stdbool.h>
#include <stdint.h>
struct es3sec_config {
bool enable;
wchar_t serial[13];
};
HRESULT es3sec_hook_init(const struct es3sec_config *cfg, USHORT vid, USHORT pid, wchar_t *manufacturer, wchar_t *product);