Add files via upload
Fixes broken translation of "Receive MIDI Input" for Ensoniq AudioPCI (ES1370)
This commit is contained in:
@@ -2742,7 +2742,7 @@ static const device_config_t es1370_config[] = {
|
|||||||
// clang-format off
|
// clang-format off
|
||||||
{
|
{
|
||||||
.name = "receive_input",
|
.name = "receive_input",
|
||||||
.description = "Receive input (MIDI)",
|
.description = "Receive MIDI input",
|
||||||
.type = CONFIG_BINARY,
|
.type = CONFIG_BINARY,
|
||||||
.default_string = NULL,
|
.default_string = NULL,
|
||||||
.default_int = 1,
|
.default_int = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user