Expose internal audio RF filter option
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user