Skip to content

Commit

Permalink
Note to self, CHECK PRs MORE THOROUGHLY.
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 24, 2024
1 parent a01a06c commit 2637576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ public void Load(ConfigurationFileFormat configurationFileFormat, string configu
{
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 55.");

configurationFileFormat.IgnoreApplet = true;
configurationFileFormat.IgnoreApplet = false;

configurationFileUpdated = true;
}
Expand Down

1 comment on commit 2637576

@Goodfeat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this should really be turned off by default.

Please sign in to comment.