Since XbSymbolDatabase_LibraryVersion only return hashed value from list of OOVPA signatures. We also need to add support for manual scan method. Since it can affect symbol cache not being accurate for Cxbx-Reloaded.
Two possible solutions I can think of is add compile time timestamp. Going with this way will cause Cxbx-Reloaded to regenerate symbol cache for any builds.
The other possible is manually update variable by hand.
Since
XbSymbolDatabase_LibraryVersiononly return hashed value from list of OOVPA signatures. We also need to add support for manual scan method. Since it can affect symbol cache not being accurate for Cxbx-Reloaded.Two possible solutions I can think of is add compile time timestamp. Going with this way will cause Cxbx-Reloaded to regenerate symbol cache for any builds.
The other possible is manually update variable by hand.