Export chainloader functions in the plugin libs

These can be called from the new chainlaoder libraries to use yabridge
without needing copies of the full fat `libyabridge-{vst2,vst3}.so`
libraries.
This commit is contained in:
Robbert van der Helm
2022-04-16 17:55:20 +02:00
parent d79663bdc1
commit 0487947d91
3 changed files with 159 additions and 45 deletions
+4
View File
@@ -385,6 +385,8 @@ class PluginBridge {
// Also show a desktop notification so users running from
// the GUI get a heads up
// FIXME: Go through these messages and update them to
// reflect the chainloading changes
send_notification(
"Failed to start the Wine plugin host",
"Check yabridge's output for more information on what "
@@ -423,6 +425,8 @@ class PluginBridge {
" you may need rerun 'yabridgectl sync' first to");
generic_logger_.log(" update your plugins.");
// FIXME: Go through these messages and update them to reflect the
// chainloading changes
send_notification(
"Version mismatch",
"If you just updated yabridge, then you may need "