NeoVIConnect: Add ComponentVersions support

pull/64/head^2
Jonathan Schwartz 2025-01-06 14:51:42 +00:00 committed by Kyle Schwarz
parent b624d06ca0
commit 8dcbbe0d72
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ protected:
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
return 0;
}
bool supportsComponentVersions() const override { return true; }
};
}