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

This commit is contained in:
Evan Husted 2025-01-30 20:54:08 -06:00
parent 82fe519766
commit 196b2eaf66

View File

@ -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