Expose internal audio RF filter option

This commit is contained in:
jdgleaver
2022-04-05 13:45:20 +01:00
parent 6143f7afc1
commit 046637ba73
4 changed files with 27 additions and 3 deletions

View File

@@ -992,8 +992,8 @@ int FlushEmulateSound(void) {
SexyFilter(Wave, WaveFinal, end >> 4);
/* if (FSettings.lowpass)
SexyFilter2(WaveFinal, end >> 4); */
if (FSettings.lowpass)
SexyFilter2(WaveFinal, end >> 4);
if (end & 0xF)
Wave[0] = Wave[(end >> 4)];