Add universal way to shutdown sockets on Wine side

This commit is contained in:
Robbert van der Helm
2021-05-01 16:47:09 +02:00
parent 0f2db64aeb
commit d8ca4022d1
5 changed files with 24 additions and 0 deletions
+4
View File
@@ -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,