mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove AudioDevice from game-level setting
Should be (and is already) in FrameworkConfig.
This commit is contained in:
@ -39,8 +39,6 @@ namespace osu.Game.Configuration
|
|||||||
|
|
||||||
// Audio
|
// Audio
|
||||||
|
|
||||||
Set(OsuSetting.AudioDevice, string.Empty);
|
|
||||||
|
|
||||||
Set(OsuSetting.MenuVoice, true);
|
Set(OsuSetting.MenuVoice, true);
|
||||||
Set(OsuSetting.MenuMusic, true);
|
Set(OsuSetting.MenuMusic, true);
|
||||||
|
|
||||||
@ -99,7 +97,6 @@ namespace osu.Game.Configuration
|
|||||||
MenuParallax,
|
MenuParallax,
|
||||||
BeatmapDetailTab,
|
BeatmapDetailTab,
|
||||||
Username,
|
Username,
|
||||||
AudioDevice,
|
|
||||||
ReleaseStream,
|
ReleaseStream,
|
||||||
SavePassword,
|
SavePassword,
|
||||||
SaveUsername,
|
SaveUsername,
|
||||||
|
Reference in New Issue
Block a user