mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-12-16 12:09:51 +00:00
misc: [ci skip] remove duplicate log when setting audio backend
This commit is contained in:
parent
ed89ffd3f8
commit
1dac06e394
@ -817,8 +817,6 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
if (audioBackend != config.System.AudioBackend.Value)
|
||||
{
|
||||
config.System.AudioBackend.Value = audioBackend;
|
||||
|
||||
Logger.Info?.Print(LogClass.Application, $"AudioBackend toggled to: {audioBackend}");
|
||||
}
|
||||
|
||||
config.System.AudioVolume.Value = Volume / 100;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user