mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- fix compiler error with Alsa enumeration
This commit is contained in:
parent
ff3606e44e
commit
f67b217415
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ struct MidiDeviceList
|
|||
#ifdef HAVE_SYSTEM_MIDI
|
||||
#ifdef __linux__
|
||||
auto& sequencer = AlsaSequencer::Get();
|
||||
auto& dev = sequencer.GetDevices();
|
||||
auto& dev = sequencer.GetInternalDevices();
|
||||
for (auto& d : dev)
|
||||
{
|
||||
MidiOutDevice mdev = { strdup(d.Name.c_str()), d.ID, MIDIDEV_MAPPER }; // fixme: Correctly determine the type of the device.
|
||||
|
|
Loading…
Reference in a new issue