Fix #17230: Dummy audio output class
This commit is contained in:
committed by
abcdefg30
parent
70b1df6ce7
commit
72eb4e1749
@@ -23,6 +23,8 @@ namespace OpenRA.Platforms.Default
|
||||
{
|
||||
sealed class OpenAlSoundEngine : ISoundEngine
|
||||
{
|
||||
public bool Dummy { get { return false; } }
|
||||
|
||||
public SoundDevice[] AvailableDevices()
|
||||
{
|
||||
var defaultDevices = new[]
|
||||
|
||||
Reference in New Issue
Block a user