diff --git a/src/wine-host/bridges/vst3.cpp b/src/wine-host/bridges/vst3.cpp index 1d553e9d..97c171ab 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -807,7 +807,7 @@ void Vst3Bridge::run() { << ", but the 'vst3_no_scale' option is " "enabled. Ignoring the request." << std::endl; - return Steinberg::kResultFalse; + return Steinberg::kNotImplemented; } else { return main_context .run_in_context([&]() {