MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetWildMidiEnabled

Method SetWildMidiEnabled

src/audio.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void AudioInterface::SetWildMidiEnabled(bool enable) {
127 cfg.wildmidi_midi.Set(enable);
128}
129
130bool AudioInterface::GetNativeMidiEnabled() const {
131 return cfg.native_midi.Get();

Callers 1

RefreshAudioMidiMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected