mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Remove lingering HAVE_FIXED_POINT define.
This commit is contained in:
parent
f6031379f4
commit
aaefdbf27e
@ -31,12 +31,7 @@
|
||||
#endif
|
||||
|
||||
typedef struct rarch_resampler rarch_resampler_t;
|
||||
|
||||
#ifdef HAVE_FIXED_POINT
|
||||
typedef int16_t sample_t;
|
||||
#else
|
||||
typedef float sample_t;
|
||||
#endif
|
||||
|
||||
struct resampler_data
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user