mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-22 11:21:09 +00:00
- forgot to save this one.
This commit is contained in:
parent
e89cc73f80
commit
b6577d9f55
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,7 @@ int ZMusic_EnumerateMidiDevices()
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
||||
{
|
||||
#if defined HAVE_SYSTEM_MIDI && defined __linux__
|
||||
|
@ -151,6 +151,7 @@ const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
|||
return empty;
|
||||
#endif // HAVE_SYSTEM_MIDI && __linux__
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
template<class valtype>
|
||||
|
|
Loading…
Reference in a new issue