mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
NeoVIConnect: Add ComponentVersions support
This commit is contained in:
committed by
Kyle Schwarz
parent
b624d06ca0
commit
8dcbbe0d72
@@ -68,6 +68,8 @@ protected:
|
|||||||
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
|
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool supportsComponentVersions() const override { return true; }
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user