mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Allow an option set_realtime_priority() to revert
This commit is contained in:
@@ -86,7 +86,7 @@ class PluginBridge {
|
||||
info.windows_plugin_path.string(),
|
||||
.endpoint_base_dir =
|
||||
sockets.base_dir.string()}))),
|
||||
has_realtime_priority(set_realtime_priority()),
|
||||
has_realtime_priority(set_realtime_priority(true)),
|
||||
wine_io_handler([&]() { io_context.run(); }) {}
|
||||
|
||||
virtual ~PluginBridge(){};
|
||||
|
||||
Reference in New Issue
Block a user