mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +00:00
misc: [ci skip] remove duplicate log when setting audio backend
This commit is contained in:
parent
ed89ffd3f8
commit
1dac06e394
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue