midi out device named correctly to aid code readability

This commit is contained in:
Jasmine Iwanek
2022-03-13 09:00:03 -04:00
parent 51532f7aaa
commit 297909a884
14 changed files with 146 additions and 144 deletions

View File

@@ -272,7 +272,7 @@ mt32emu_init(char *control_rom, char *pcm_rom)
dev->play_sysex = mt32_sysex;
dev->poll = mt32_poll;
midi_init(dev);
midi_out_init(dev);
mt32_on = 1;