Преглед на файлове

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;
                 }
 
-                IntegrityCheckLevel checkLevel = ConfigurationState.Instance.System.EnableFsIntegrityChecks
-                    ? IntegrityCheckLevel.ErrorOnInvalid
-                    : IntegrityCheckLevel.None;
-
                 int index = Nca.GetSectionIndexFromType(NcaSectionType.Data, publicDataNca.Header.ContentType);
 
                 try