CONFIG_MIDI -> CONFIG_MIDI_OUT

This commit is contained in:
Jasmine Iwanek
2022-02-20 00:14:07 -05:00
parent 25e9087f3f
commit 2836c7f05b
4 changed files with 4 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ void DeviceConfig::ConfigureDevice(const _device_* device, int instance, Setting
config_set_int(device_context.name, const_cast<char*>(config->name), cbox->isChecked() ? 1 : 0);
break;
}
case CONFIG_MIDI:
case CONFIG_MIDI_OUT:
case CONFIG_MIDI_IN:
case CONFIG_SELECTION:
{