mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +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_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
|
||||
|
Loading…
Reference in New Issue
Block a user