소스 검색

Note to self, CHECK PRs MORE THOROUGHLY.

Evan Husted 1 년 전
부모
커밋
26375766b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs

+ 1 - 1
src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs

@@ -1535,7 +1535,7 @@ namespace Ryujinx.UI.Common.Configuration
             {
                 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;
             }