bananatools/platform/es3sec.h

8 lines
121 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];
};