mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
Fix CUTOFF_TO_IIR_TABLE OOB
This commit is contained in:
@@ -33,7 +33,11 @@ struct JASCalc {
|
||||
f32 fake2(s32 x);
|
||||
f32 fake3();
|
||||
|
||||
#if AVOID_UB
|
||||
static const s16 CUTOFF_TO_IIR_TABLE[129][4];
|
||||
#else
|
||||
static const s16 CUTOFF_TO_IIR_TABLE[128][4];
|
||||
#endif
|
||||
};
|
||||
|
||||
template <typename A, typename B>
|
||||
|
||||
Reference in New Issue
Block a user