RetroArch/midi
Bernhard Schelling 8a1ca893f0
Fix winmm midi driver hanging on content closing
midiStreamStop can freeze the process when there has been a NOTE-ON message without a corresponding NOTE-OFF.
Just removing the call to midiStreamStop and letting the midiStreamClose below it do the entire stopping and closing fixes that.
2021-01-03 03:22:31 +09:00
..
drivers Fix winmm midi driver hanging on content closing 2021-01-03 03:22:31 +09:00
midi_driver.h (MIDI) Turn bunch of functions static 2020-01-06 17:30:09 +01:00