mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
8 lines
208 B
C
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
|