Drop all additional IO contexts

Not really needed (since the only other thing happening in the IO
context is processing stdio from the Wine process) and it was causing
some impossible to debug malloc failures in Boost.Asio.
This commit is contained in:
Robbert van der Helm
2020-10-26 17:32:37 +01:00
parent cde7b4ec67
commit ac17539ef3
2 changed files with 17 additions and 17 deletions
+3 -2
View File
@@ -97,8 +97,9 @@ class Logger {
void log_get_parameter_response(float vlaue);
void log_set_parameter(int index, float value);
void log_set_parameter_response();
// If is_dispatch is true, then use opcode names from the plugin's dispatch
// function. Otherwise use names for the host callback function opcodes.
// If `is_dispatch` is `true`, then use opcode names from the plugin's
// dispatch function. Otherwise use names for the host callback function
// opcodes.
void log_event(bool is_dispatch,
int opcode,
int index,