Files
ci-libretro-fceumm/src/filter.h

9 lines
214 B
C
Raw Normal View History

2014-03-30 22:50:28 +02:00
#ifndef _FCEU_FILTER_H
#define _FCEU_FILTER_H
int32 NeoFilterSound(int32 *in, int32 *out, uint32 inlen, int32 *leftover);
void MakeFilters(int32 rate);
void SexyFilter(int32 *in, int32 *out, int32 count);
2014-03-30 22:50:28 +02:00
#endif