fgo: working FTDI hook by @OLEG

from: 88a0026f0b
This commit is contained in:
2023-11-22 21:40:10 +01:00
parent b9fd59fd70
commit d86baab852
9 changed files with 341 additions and 20 deletions

View File

@ -8,4 +8,4 @@ struct deck_config {
bool enable;
};
HRESULT deck_hook_init(const struct deck_config *cfg, int port);
HRESULT deck_hook_init(const struct deck_config *cfg, unsigned int port_no);