mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DSP must be set to LLE to select the decoder
This commit is contained in:
@ -8,8 +8,8 @@ namespace AudioCommon
|
||||
{
|
||||
enum class DPL2Quality
|
||||
{
|
||||
Low = 0,
|
||||
Medium = 1,
|
||||
Lowest = 0,
|
||||
Low = 1,
|
||||
High = 2,
|
||||
Highest = 3
|
||||
};
|
||||
|
Reference in New Issue
Block a user