diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-01-18 23:37:44 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-01-18 23:37:44 +0300 |
commit | fec3cdeb7920371fd3896b53fdcb5d4510c6f709 (patch) | |
tree | da30733ae9e8d98072e4c9da6b8880a0c6dc4cd6 /include | |
parent | ae0165e096a3b184da97e09c1316420a884fd98f (diff) | |
parent | 3182d9bc3c28d00eb57cf4fb28aaa191cffa5e79 (diff) | |
download | libADLMIDI-fec3cdeb7920371fd3896b53fdcb5d4510c6f709.tar.gz libADLMIDI-fec3cdeb7920371fd3896b53fdcb5d4510c6f709.tar.bz2 libADLMIDI-fec3cdeb7920371fd3896b53fdcb5d4510c6f709.zip |
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
Diffstat (limited to 'include')
-rw-r--r-- | include/adlmidi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 62d598e..25691da 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -58,7 +58,7 @@ struct ADL_MIDIPlayer void *adl_midiPlayer; }; -//DEPRECATED +/* DEPRECATED */ #define adl_setNumCards adl_setNumChips /* Sets number of emulated chips (from 1 to 100). Emulation of multiple chips exchanges polyphony limits*/ |