Added ability to completely disable MIDI [qmc2] (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-16 17:37:07 +01:00
parent 3147b2ebeb
commit 9b2a16c12f

View File

@ -179,7 +179,9 @@ void osd_common_t::register_options()
REGISTER_MODULE(m_mod_man, NETDEV_PCAP);
REGISTER_MODULE(m_mod_man, NETDEV_NONE);
#ifndef NO_USE_MIDI
REGISTER_MODULE(m_mod_man, MIDI_PM);
#endif
REGISTER_MODULE(m_mod_man, MIDI_NONE);
// after initialization we know which modules are supported