mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Mention 32-bit support in the readme
This commit is contained in:
@@ -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() + "'");
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user