mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sound, improved and optimized reimplementation of libretro lowpass filter
This commit is contained in:
parent
b437951ade
commit
30969671e5
5 changed files with 141 additions and 123 deletions
|
@ -8,4 +8,4 @@ void mix_32_to_16_mono(short *dest, int *src, int count);
|
|||
|
||||
extern int mix_32_to_16l_level;
|
||||
void mix_32_to_16l_stereo_lvl(short *dest, int *src, int count);
|
||||
void mix_reset(void);
|
||||
void mix_reset(int alpha_q16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue