Mention 32-bit support in the readme

This commit is contained in:
Robbert van der Helm
2020-04-30 12:48:03 +02:00
parent 2e9adbe310
commit 6ca7eae16a
3 changed files with 34 additions and 8 deletions
+2
View File
@@ -118,6 +118,8 @@ HostBridge::HostBridge(audioMasterCallback host_callback)
bp::start_dir = vst_plugin_path.parent_path())
#endif
{
// TODO: Add a notice here for whether yabridge has been compiled with
// bitbridge support or not
logger.log("Initializing yabridge version " +
std::string(yabridge_git_version));
logger.log("host: '" + vst_host_path.string() + "'");
+2
View File
@@ -41,6 +41,8 @@ int main(int argc, char* argv[]) {
const std::string plugin_dll_path(argv[1]);
const std::string socket_endpoint_path(argv[2]);
// TODO: Maybe just check one of macros defined by Wine when compiling for
// 32-bit instead
std::cerr << "Initializing yabridge host version " << yabridge_git_version
#ifdef USE_BITBRIDGE
<< " (32-bit compatibility mode)"