mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Add universal way to shutdown sockets on Wine side
This commit is contained in:
@@ -425,6 +425,10 @@ void Vst2Bridge::handle_x11_events() {
|
||||
}
|
||||
}
|
||||
|
||||
void Vst2Bridge::close_sockets() {
|
||||
sockets.close();
|
||||
}
|
||||
|
||||
intptr_t Vst2Bridge::dispatch_wrapper(AEffect* plugin,
|
||||
int opcode,
|
||||
int index,
|
||||
|
||||
Reference in New Issue
Block a user