mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 03:20:16 +08:00
Update AudioDevicesSettings.cs
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
committed by
GitHub
Unverified
parent
72fa1553c3
commit
79a76ce587
@@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
Add(wasapiExperimental = new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Use experimental audio mode",
|
||||
TooltipText = "This will attempt to initialise the WASAPI engine in a lower latency mode.",
|
||||
TooltipText = "This will attempt to initialise the audio engine in a lower latency mode.",
|
||||
Current = audio.UseExperimentalWasapi,
|
||||
Keywords = new[] { "wasapi", "latency", "exclusive" }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user