mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-30 00:49:16 +00:00
misc: [ci skip] remove duplicate log when setting audio backend
This commit is contained in:
@@ -817,8 +817,6 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||||||
if (audioBackend != config.System.AudioBackend.Value)
|
if (audioBackend != config.System.AudioBackend.Value)
|
||||||
{
|
{
|
||||||
config.System.AudioBackend.Value = audioBackend;
|
config.System.AudioBackend.Value = audioBackend;
|
||||||
|
|
||||||
Logger.Info?.Print(LogClass.Application, $"AudioBackend toggled to: {audioBackend}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
config.System.AudioVolume.Value = Volume / 100;
|
config.System.AudioVolume.Value = Volume / 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user