mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
- Don't clear the cache in LoadPlugins() - Don't load plugins in SortPlugins(), and make it take a vector of strings, not paths. - Add a ClearLoadedPlugins() method to clear the loaded plugins cache. - Remove IdentifyMainMasterFile() Instead of calling IdentifyMainMasterFile(), callers can use LoadPlugins() to initially load all plugin headers only, then omit the main master file when calling LoadPlugins() to fully load plugins.