Преглед изворни кода

misc: chore: [ci skip] Remove needless fs integrity checks get in aoc extractor

Evan Husted пре 1 година
родитељ
комит
196b2eaf66
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      src/Ryujinx/Common/ApplicationHelper.cs

+ 0 - 4
src/Ryujinx/Common/ApplicationHelper.cs

@@ -349,10 +349,6 @@ namespace Ryujinx.Ava.Common
                     return;
                     return;
                 }
                 }
 
 
-                IntegrityCheckLevel checkLevel = ConfigurationState.Instance.System.EnableFsIntegrityChecks
-                    ? IntegrityCheckLevel.ErrorOnInvalid
-                    : IntegrityCheckLevel.None;
-
                 int index = Nca.GetSectionIndexFromType(NcaSectionType.Data, publicDataNca.Header.ContentType);
                 int index = Nca.GetSectionIndexFromType(NcaSectionType.Data, publicDataNca.Header.ContentType);
 
 
                 try
                 try