mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-10 15:21:56 -08:00
parent
7bc9d0cdad
commit
1cf6d7b7bb
@ -45,7 +45,7 @@ namespace Ryujinx.Audio.Backends.SDL2
|
||||
}
|
||||
else
|
||||
{
|
||||
_supportSurroundConfiguration = spec.channels == 6;
|
||||
_supportSurroundConfiguration = spec.channels >= 6;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user