mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Added ability to completely disable MIDI [qmc2] (nw)
This commit is contained in:
parent
3147b2ebeb
commit
9b2a16c12f
@ -179,7 +179,9 @@ void osd_common_t::register_options()
|
|||||||
REGISTER_MODULE(m_mod_man, NETDEV_PCAP);
|
REGISTER_MODULE(m_mod_man, NETDEV_PCAP);
|
||||||
REGISTER_MODULE(m_mod_man, NETDEV_NONE);
|
REGISTER_MODULE(m_mod_man, NETDEV_NONE);
|
||||||
|
|
||||||
|
#ifndef NO_USE_MIDI
|
||||||
REGISTER_MODULE(m_mod_man, MIDI_PM);
|
REGISTER_MODULE(m_mod_man, MIDI_PM);
|
||||||
|
#endif
|
||||||
REGISTER_MODULE(m_mod_man, MIDI_NONE);
|
REGISTER_MODULE(m_mod_man, MIDI_NONE);
|
||||||
|
|
||||||
// after initialization we know which modules are supported
|
// after initialization we know which modules are supported
|
||||||
|
Loading…
Reference in New Issue
Block a user