diff options
author | Chris Robinson <[email protected]> | 2014-01-03 22:58:51 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-01-03 22:58:51 -0800 |
commit | 13066bbf87c871d848df22c660b17db435561618 (patch) | |
tree | 464a6fec9314aad12800edd8e297024a09f4cb7d /Alc/midi/dummy.c | |
parent | 42a67731c411775fe9de5d3a05edfd10205cc70f (diff) |
Allow selecting the default soundfont using ID 0
Diffstat (limited to 'Alc/midi/dummy.c')
-rw-r--r-- | Alc/midi/dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/midi/dummy.c b/Alc/midi/dummy.c index 760aed74..71c03efb 100644 --- a/Alc/midi/dummy.c +++ b/Alc/midi/dummy.c @@ -20,7 +20,7 @@ typedef struct DSynth { static void DSynth_Construct(DSynth *self, ALCdevice *device); static DECLARE_FORWARD(DSynth, MidiSynth, void, Destruct) -static DECLARE_FORWARD3(DSynth, MidiSynth, ALenum, selectSoundfonts, ALCdevice*, ALsizei, const ALuint*) +static DECLARE_FORWARD3(DSynth, MidiSynth, ALenum, selectSoundfonts, ALCcontext*, ALsizei, const ALuint*) static DECLARE_FORWARD1(DSynth, MidiSynth, void, setGain, ALfloat) static DECLARE_FORWARD1(DSynth, MidiSynth, void, setState, ALenum) static DECLARE_FORWARD(DSynth, MidiSynth, void, stop) |