DSP must be set to LLE to select the decoder

This commit is contained in:
LAGonauta
2019-06-15 08:36:47 -03:00
parent 3c9eb37381
commit 2ff646b796
7 changed files with 33 additions and 16 deletions

View File

@ -8,8 +8,8 @@ namespace AudioCommon
{
enum class DPL2Quality
{
Low = 0,
Medium = 1,
Lowest = 0,
Low = 1,
High = 2,
Highest = 3
};