mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
MIDI input and output strings.
This commit is contained in:
parent
519f47746a
commit
922032035e
1 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ static const device_config_t system_midi_config[] = {
|
|||
// clang-format off
|
||||
{
|
||||
.name = "midi",
|
||||
.description = "MIDI out device",
|
||||
.description = "MIDI Output Device",
|
||||
.type = CONFIG_MIDI_OUT,
|
||||
.default_string = "",
|
||||
.default_int = 0
|
||||
|
@ -247,7 +247,7 @@ static const device_config_t midi_input_config[] = {
|
|||
// clang-format off
|
||||
{
|
||||
.name = "midi_input",
|
||||
.description = "MIDI in device",
|
||||
.description = "MIDI Input Device",
|
||||
.type = CONFIG_MIDI_IN,
|
||||
.default_string = "",
|
||||
.default_int = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue