mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-12-19 21:24:07 +00:00
misc: chore: [ci skip] Remove needless fs integrity checks get in aoc extractor
This commit is contained in:
parent
82fe519766
commit
196b2eaf66
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue