From 3f84afcd752f1bc38ba1e59131552536dd0686e3 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Tue, 14 May 2024 11:19:24 -0400 Subject: [PATCH] Bump Version --- Directory.Packages.props | 4 ++-- src/Ryujinx/UI/Applet/ControllerAppletDialog.axaml.cs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 2e6510affb..d04e237e04 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,8 +8,8 @@ - - + + diff --git a/src/Ryujinx/UI/Applet/ControllerAppletDialog.axaml.cs b/src/Ryujinx/UI/Applet/ControllerAppletDialog.axaml.cs index 10ded1e462..6b999b1f44 100644 --- a/src/Ryujinx/UI/Applet/ControllerAppletDialog.axaml.cs +++ b/src/Ryujinx/UI/Applet/ControllerAppletDialog.axaml.cs @@ -9,7 +9,6 @@ using Ryujinx.Ava.UI.Windows; using Ryujinx.Common; using Ryujinx.HLE.HOS.Applets; using Ryujinx.HLE.HOS.Services.Hid; -using System; using System.Linq; using System.Threading.Tasks; @@ -105,7 +104,6 @@ namespace Ryujinx.Ava.UI.Applet if (!string.IsNullOrWhiteSpace(path)) { SvgSource source = SvgSource.LoadFromStream(EmbeddedResources.GetStream(path)); - source.ReLoad(null); image.Source = source; }