Merge pull request #14179 from Tilka/ax_lpf

AX: fix low-pass filter edge case
This commit is contained in:
JosJuice 2025-11-27 19:37:47 +01:00 committed by GitHub
commit 27ec54eaaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
# GFVE5D - NFL Blitz Pro
[Core]
# DSP HLE produces terrible and overdriven audio right from the start.
DSPHLE = False
[DSP]
EnableJIT = True

View File

@ -195,7 +195,7 @@ struct PBLowPassFilter
u16 on;
s16 yn1;
u16 a0;
u16 b0;
s16 b0;
};
struct AXPB