1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:07:24 +08:00
osu-lazer/osu.Game/Overlays/Options
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
..
Sections Fix crash caused by multiple identical audio device names 2017-04-07 17:00:34 +02:00
OptionDropdown.cs Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
OptionEnumDropdown.cs Rename all DropDown -> Dropdown. 2017-03-22 22:32:32 +08:00
OptionLabel.cs Fix most warnings. 2017-03-07 13:05:57 +09:00
OptionsFooter.cs Hard-code text size in cases it wasn't set. 2017-03-20 13:48:06 +09:00
OptionSlider.cs Update bindables. 2017-04-04 11:34:13 +09:00
OptionsSection.cs Remove all trailing whitespaces in this repo. 2017-04-06 16:21:18 +08:00
OptionsSubsection.cs Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
OptionTextBox.cs Update bindables. 2017-04-04 11:34:13 +09:00
Sidebar.cs Remove all trailing whitespaces in this repo. 2017-04-06 16:21:18 +08:00
SidebarButton.cs Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00