Add audio device selection. Fixes #3553.

This commit is contained in:
Paul Chote
2013-08-02 19:38:49 +12:00
parent 332759a5f5
commit 4009edfa96
7 changed files with 175 additions and 46 deletions

View File

@@ -104,7 +104,8 @@ namespace OpenRA.GameRules
public bool Repeat = false;
public bool MapMusic = true;
public string Engine = "AL";
public string Device = null;
public SoundCashTicks SoundCashTickType = SoundCashTicks.Extreme;
}