7b0576db ^
deb99d2c ^
6e28a4dd ^
1 2
3
4 5 6
7
8 9
10
using System; namespace Ryujinx.Ui.App.Common { public class ApplicationCountUpdatedEventArgs : EventArgs { public int NumAppsFound { get; set; } public int NumAppsLoaded { get; set; } } }