Add an environment variable for disabling watchdog

This should only be used when running the Wine process under a separate
namespace.
This commit is contained in:
Robbert van der Helm
2021-06-16 01:25:20 +02:00
parent 4d58adb83f
commit 4c009cb670
3 changed files with 38 additions and 2 deletions
+6
View File
@@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added an environment variable to disable the watchdog timer. This allows the
Wine process to run under a separate namespace. If you don't know that you
need this, then you probably don't need this!
### Changed
- The audio processing implementation for both VST2 and VST3 plugins has been