소스 검색

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