mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- forgot to save this one.
This commit is contained in:
parent
71cd4ef488
commit
77a20ea7d1
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,7 @@ int ZMusic_EnumerateMidiDevices()
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
||||||
{
|
{
|
||||||
#ifdef HAVE_SYSTEM_MIDI
|
#ifdef HAVE_SYSTEM_MIDI
|
||||||
|
@ -155,6 +155,7 @@ const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
||||||
return {};
|
return {};
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
template<class valtype>
|
template<class valtype>
|
||||||
|
|
Loading…
Reference in a new issue