1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 17:33:03 +08:00
osu-lazer/osu.Game/Overlays/Options/Sections/Audio
Thomas Müller ac073e22c9 Fix crash caused by multiple identical audio device names
The option dropdown for audio device selection lists all audio
device names. Dropdowns, however, may not have multiple identical
keys. This commit adds removal of duplicate audio device names from
the dropdown. BASS does not give us a simple mechanism to select
specific audio devices in such a case anyways. This functionality would
require OS-specific and involved code.
2017-04-07 17:00:34 +02:00
..
AudioDevicesOptions.cs Fix crash caused by multiple identical audio device names 2017-04-07 17:00:34 +02:00
OffsetOptions.cs Update and standardise license headers. 2017-02-07 14:27:41 +09:00
VolumeOptions.cs Update and standardise license headers. 2017-02-07 14:27:41 +09:00