nestopia/source/unix/seffect.h
2013-01-03 23:49:10 -05: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