diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-11-18 01:17:51 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-11-18 01:17:51 +0100 |
commit | 19ddaee13b5400b14ef3d3a6299474e7f715a948 (patch) | |
tree | 3a8b0804e91454109936db361a0ad7a9d5e1d5d5 /src/SPU.cpp | |
parent | 65c2a844ac0c1d323a67044973860cdc0dcac953 (diff) |
finally decouple Config from the core. baahhahahahah
Diffstat (limited to 'src/SPU.cpp')
-rw-r--r-- | src/SPU.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SPU.cpp b/src/SPU.cpp index e2f3277..3cd3a66 100644 --- a/src/SPU.cpp +++ b/src/SPU.cpp @@ -99,6 +99,8 @@ bool Init() AudioLock = Platform::Mutex_Create(); InterpType = 0; + ApplyBias = true; + Degrade10Bit = false; // generate interpolation tables // values are 1:1:14 fixed-point |