1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:07:24 +08:00
osu-lazer/osu.Game/Overlays
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
..
Dialog Fix filename mismatch. 2017-04-06 16:05:41 +08:00
Mods Update bindables. 2017-04-04 11:34:13 +09:00
Notifications Some minor improvements. 2017-04-06 09:57:34 +09:00
Options Fix crash caused by multiple identical audio device names 2017-04-07 17:00:34 +02:00
Toolbar Remove all trailing whitespaces in this repo. 2017-04-06 16:21:18 +08:00
ChatOverlay.cs Update references. 2017-03-28 21:26:20 +09:00
DialogOverlay.cs Update references. 2017-03-28 21:26:20 +09:00
DragBar.cs Expose DragBar's seeking property. 2017-04-07 15:23:03 +09:00
LoginOverlay.cs Update references. 2017-03-28 21:26:20 +09:00
MusicController.cs Fix brace style. 2017-04-07 15:57:00 +09:00
NotificationManager.cs Update references. 2017-03-28 21:26:20 +09:00
OptionsOverlay.cs Remove all trailing whitespaces in this repo. 2017-04-06 16:21:18 +08:00
WaveOverlayContainer.cs Update references. 2017-03-28 21:26:20 +09:00