XbSymbolDatabase icon indicating copy to clipboard operation
XbSymbolDatabase copied to clipboard

Fix XbSymbolDatabase Versioning for Manual Scan Changes

Open RadWolfie opened this issue 4 years ago • 2 comments

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.

RadWolfie avatar Nov 23 '20 22:11 RadWolfie

I think this ticket may can be resolved by pull request #149.

Although, currently undetermine at the moment if going to migrate variable references without OV pairs into library DB's list.

RadWolfie avatar Nov 04 '21 17:11 RadWolfie

All symbols will be migrate into their respective library database. And will likely be resolved by #208 pull request.

RadWolfie avatar Jul 26 '24 21:07 RadWolfie