mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
(Griffin) Add compiling in of sync resampler if HAVE_FIXED_POINT is defined
This commit is contained in:
parent
6203c787bb
commit
de6d88959f
@ -147,7 +147,11 @@ FIFO BUFFER
|
||||
/*============================================================
|
||||
AUDIO HERMITE
|
||||
============================================================ */
|
||||
#ifdef HAVE_FIXED_POINT
|
||||
#include "../../audio/sinc.c"
|
||||
#else
|
||||
#include "../../audio/hermite.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
RSOUND
|
||||
|
Loading…
x
Reference in New Issue
Block a user