mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
AX: fix signedness of second low-pass filter coefficient
This fixes NFL Blitz Pro.
This commit is contained in:
@@ -195,7 +195,7 @@ struct PBLowPassFilter
|
||||
u16 on;
|
||||
s16 yn1;
|
||||
u16 a0;
|
||||
u16 b0;
|
||||
s16 b0;
|
||||
};
|
||||
|
||||
struct AXPB
|
||||
|
||||
Reference in New Issue
Block a user