mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Update audio_utils.c
This commit is contained in:
parent
48e56da8be
commit
0d624defaa
@ -23,6 +23,12 @@
|
||||
#include <altivec.h>
|
||||
#endif
|
||||
|
||||
#ifdef RARCH_INTERNAL
|
||||
#include "../libretro.h"
|
||||
#else
|
||||
#include "../libretro/libretro.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* audio_convert_s16_to_float_C:
|
||||
* @out : output buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user