Assorted string fixes, mostly for consistency.

This commit is contained in:
OBattler
2024-11-10 02:23:21 +01:00
parent a3ad407a21
commit 55b091fb58
13 changed files with 31 additions and 23 deletions

View File

@@ -83,12 +83,12 @@ static const MIDI_OUT_DEVICE devices[] = {
{ &cm32l_device },
{ &cm32ln_device },
#endif /*USE_MUNT */
#ifdef USE_RTMIDI
{ &rtmidi_output_device },
#endif /* USE_RTMIDI */
#ifdef USE_OPL4ML
{ &opl4_midi_device },
#endif /* USE_OPL4ML */
#ifdef USE_RTMIDI
{ &rtmidi_output_device },
#endif /* USE_RTMIDI */
{ NULL }
// clang-format on
};