diff --git a/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs b/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs index 2defc1f6c..89d2326c3 100644 --- a/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs +++ b/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs @@ -576,19 +576,13 @@ namespace Ryujinx.UI.App.Common { AppData = application, }); - } - if (applications.Count > 1) - { - numApplicationsFound += applications.Count - 1; + numApplicationsFound++; + numApplicationsLoaded++; } + } - numApplicationsLoaded += applications.Count; - } - else - { - numApplicationsFound--; - } + numApplicationsFound--; OnApplicationCountUpdated(new ApplicationCountUpdatedEventArgs {