mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 13:58:26 +00:00
Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
94d7ab3bb1
1 changed files with 4 additions and 0 deletions
|
@ -494,6 +494,10 @@ namespace FirstPlugin
|
|||
string ID = packageId.ToString("D" + 4);
|
||||
|
||||
string BlockFilePath = Path.Combine(PathFolder, $"sdf-{layer}-{ID}.sdfdata");
|
||||
if (!File.Exists(BlockFilePath))
|
||||
{
|
||||
BlockFilePath = Path.Combine(PathFolder, $"sdf_{layer}_{ID}.sdfdata");
|
||||
}
|
||||
|
||||
bool IsFile = !Name.Contains("dummy") && decompresedSize > 5;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue