mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
DSP must be set to LLE to select the decoder
This commit is contained in:
parent
3c9eb37381
commit
2ff646b796
7 changed files with 33 additions and 16 deletions
|
@ -8,8 +8,8 @@ namespace AudioCommon
|
|||
{
|
||||
enum class DPL2Quality
|
||||
{
|
||||
Low = 0,
|
||||
Medium = 1,
|
||||
Lowest = 0,
|
||||
Low = 1,
|
||||
High = 2,
|
||||
Highest = 3
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue