]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
midiemu: reopen Unix Munt output devices
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 3 Jun 2026 00:59:07 +0000 (17:59 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 3 Jun 2026 00:59:07 +0000 (17:59 -0700)
commitef6333fec10ecab28d8b0ea00d7d6cdf96cee9bb
treea11b5eb20fe54dc52784d128d1bc59a49e806d49
parent73bad6d9161dff0a1632661a8f1135673adb0377
midiemu: reopen Unix Munt output devices

midi_emu_reopen() looked up the active Munt output device through the
Windows MIDI port table.

Use the Unix MIDI device lookup helper on non-Windows hosts so reopened
Munt devices use the same configured device names as initial opens.
midiemu.cpp