aime: add portNo to config

This commit is contained in:
2024-12-23 21:49:24 +01:00
parent a3120181be
commit 96bf8cab81
6 changed files with 25 additions and 11 deletions

View File

@ -9,12 +9,13 @@
struct aime_config {
struct aime_dll_config dll;
bool enable;
unsigned int port_no;
bool high_baudrate;
unsigned int gen;
};
HRESULT sg_reader_hook_init(
const struct aime_config *cfg,
unsigned int port_no,
unsigned int default_port_no,
unsigned int gen,
HINSTANCE self);