mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Show MIDI output first (#15675)
This commit is contained in:
parent
878ed7583c
commit
edd1b646e6
@ -9070,8 +9070,8 @@ unsigned menu_displaylist_build_list(
|
||||
case DISPLAYLIST_MIDI_SETTINGS_LIST:
|
||||
{
|
||||
menu_displaylist_build_info_t build_list[] = {
|
||||
{MENU_ENUM_LABEL_MIDI_INPUT, PARSE_ONLY_STRING},
|
||||
{MENU_ENUM_LABEL_MIDI_OUTPUT, PARSE_ONLY_STRING},
|
||||
{MENU_ENUM_LABEL_MIDI_INPUT, PARSE_ONLY_STRING},
|
||||
{MENU_ENUM_LABEL_MIDI_VOLUME, PARSE_ONLY_UINT },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user