Implement BINK2002 serial range specification and serial range argument

This commit is contained in:
WitherOrNot
2026-05-07 23:25:54 -04:00
parent 9c42ee10f1
commit 84a3e8d493
5 changed files with 65 additions and 27 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ struct Options {
std::string keyToCheck;
std::string productid;
int channelID;
int serial;
int serialMin;
int serialMax;
int numKeys;
bool upgrade;
bool serialSet;