mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Merge pull request #14179 from Tilka/ax_lpf
AX: fix low-pass filter edge case
This commit is contained in:
commit
27ec54eaaf
@ -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
|
|
||||||
@ -195,7 +195,7 @@ struct PBLowPassFilter
|
|||||||
u16 on;
|
u16 on;
|
||||||
s16 yn1;
|
s16 yn1;
|
||||||
u16 a0;
|
u16 a0;
|
||||||
u16 b0;
|
s16 b0;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct AXPB
|
struct AXPB
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user