es3sec: Finalize dongle emulation

This commit is contained in:
2023-03-10 02:46:37 -05:00
parent 4ba5d8c530
commit 19f46adf03
5 changed files with 192 additions and 93 deletions

View File

@ -12,6 +12,8 @@
struct dongle_info {
USHORT pid;
USHORT vid;
wchar_t manufacturer[MAX_PATH];
wchar_t product[MAX_PATH];
};
struct platform_config {