diff options
author | Chris Robinson <[email protected]> | 2013-12-29 05:44:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-29 05:44:18 -0800 |
commit | 37d183efc0cd9cf3d64b0cdff5b4ae115969f865 (patch) | |
tree | c3e3509369a161d5475170cdc44ccaa52f0bc6dc /Alc/ALc.c | |
parent | 06dd9f9b8c58a974d4cad1cf367e987d57b057d0 (diff) |
Update soundfont selection functions
A filename is no longer specified, and alMidiSoundfontsSOFT is renamed to
alMidiSoundfontvSOFT.
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,7 +304,7 @@ static const ALCfunction alcFunctions[] = { DECL(alFontsoundivSOFT), DECL(alGetFontsoundivSOFT), DECL(alMidiSoundfontSOFT), - DECL(alMidiSoundfontsSOFT), + DECL(alMidiSoundfontvSOFT), DECL(alMidiEventSOFT), DECL(alMidiSysExSOFT), DECL(alMidiPlaySOFT), |