Added option to ignore applet (gamepad connection window will not appear when it is disconnected) #40

Merged
Goodfeat merged 6 commits from master into master 2024-10-24 01:10:55 +00:00
Showing only changes of commit f048a333c2 - Show all commits

View File

@ -1533,7 +1533,7 @@ namespace Ryujinx.UI.Common.Configuration
if (configurationFileFormat.Version < 55) if (configurationFileFormat.Version < 55)
{ {
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 52."); Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 55.");
configurationFileFormat.IgnoreApplet = true; configurationFileFormat.IgnoreApplet = true;