Smooth sound after loading state

Moved function-level static variables outside of functions and renamed them
This commit is contained in:
Dwedit
2018-03-15 19:50:46 -05:00
parent 16170cdfa7
commit b9df5f188c
3 changed files with 65 additions and 38 deletions

View File

@@ -5,4 +5,6 @@ int32 NeoFilterSound(int32 *in, int32 *out, uint32 inlen, int32 *leftover);
void MakeFilters(int32 rate);
void SexyFilter(int32 *in, int32 *out, int32 count);
extern int64 sexyfilter_acc1, sexyfilter_acc2;
#endif