nestopia/source/linux/seffect.h
2012-09-02 13:13:55 -04:00

8 lines
208 B
C

#ifndef _SEFFECT_H_
#define _SEFFECT_H_
void seffect_init(LinuxNst::Settings *settings);
int seffect_surround_lite_process(short *data, int length);
void seffect_ex_process(long *pBuf,long samples);
#endif