mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Fix the parameter name
This commit is contained in:
parent
6741423410
commit
9f5ec1cc42
@ -35,7 +35,7 @@ RETRO_BEGIN_DECLS
|
|||||||
typedef struct audio_mixer_sound audio_mixer_sound_t;
|
typedef struct audio_mixer_sound audio_mixer_sound_t;
|
||||||
typedef struct audio_mixer_voice audio_mixer_voice_t;
|
typedef struct audio_mixer_voice audio_mixer_voice_t;
|
||||||
|
|
||||||
typedef void (*audio_mixer_stop_cb_t)(audio_mixer_sound_t* voice, unsigned reason);
|
typedef void (*audio_mixer_stop_cb_t)(audio_mixer_sound_t* sound, unsigned reason);
|
||||||
|
|
||||||
/* Reasons passed to the stop callback. */
|
/* Reasons passed to the stop callback. */
|
||||||
#define AUDIO_MIXER_SOUND_FINISHED 0
|
#define AUDIO_MIXER_SOUND_FINISHED 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user