From 196b2eaf66d6ba5874041ceb00eab37f75a0624f Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Thu, 30 Jan 2025 20:54:08 -0600 Subject: [PATCH] misc: chore: [ci skip] Remove needless fs integrity checks get in aoc extractor --- src/Ryujinx/Common/ApplicationHelper.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Ryujinx/Common/ApplicationHelper.cs b/src/Ryujinx/Common/ApplicationHelper.cs index 630cddde5..f4f76d0d3 100644 --- a/src/Ryujinx/Common/ApplicationHelper.cs +++ b/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