mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Merge pull request #5653 from RobLoach/patch-19
Clean up deps file includes in audio_mixer.h
This commit is contained in:
commit
a0dde6ea48
@ -44,11 +44,11 @@
|
||||
#define STB_VORBIS_NO_STDIO
|
||||
#define STB_VORBIS_NO_CRT
|
||||
|
||||
#include "../../deps/stb/stb_vorbis.h"
|
||||
#include "stb/stb_vorbis.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_IBXM
|
||||
#include "../../deps/ibxm/ibxm.h"
|
||||
#include "ibxm/ibxm.h"
|
||||
#endif
|
||||
|
||||
#define AUDIO_MIXER_MAX_VOICES 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user