Rename architecture related functions and structs

This commit is contained in:
Robbert van der Helm
2020-11-30 21:29:57 +01:00
parent 7fc7a51a46
commit 47baef3107
7 changed files with 26 additions and 27 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ std::string create_logger_prefix(
* @return The a path to the VST host, if found.
* @throw std::runtime_error If the Wine VST host could not be found.
*/
boost::filesystem::path find_vst_host(PluginArchitecture plugin_arch,
boost::filesystem::path find_vst_host(LibArchitecture plugin_arch,
bool use_plugin_groups);
/**
@@ -125,7 +125,7 @@ std::optional<boost::filesystem::path> find_wineprefix();
boost::filesystem::path generate_group_endpoint(
const std::string& group_name,
const boost::filesystem::path& wine_prefix,
const PluginArchitecture architecture);
const LibArchitecture architecture);
/**
* Return the search path as defined in `$PATH`, with `~/.local/share/yabridge`