File browser compatibility, NAM

This commit is contained in:
Robin Davies
2023-06-24 13:49:11 -04:00
parent 38d021a6af
commit 7e0ef9ceb1
57 changed files with 1101 additions and 269 deletions
+5
View File
@@ -227,6 +227,11 @@ void PluginHost::SetPluginStoragePath(const std::filesystem::path &path)
mapPathFeature.SetPluginStoragePath(path);
}
std::string PluginHost::GetPluginStoragePath() const
{
return mapPathFeature.GetPluginStoragePath();
}
PluginHost::PluginHost()
: mapPathFeature("")
{