mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Add .zs extension for list of compression extensions
This commit is contained in:
parent
f776b46138
commit
2c442186ad
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -250,8 +250,10 @@ namespace Switch_Toolbox.Library
|
||||||
Filter += $"{"*.lz4"};";
|
Filter += $"{"*.lz4"};";
|
||||||
Filter += $"{"*.gz"};";
|
Filter += $"{"*.gz"};";
|
||||||
Filter += $"{"*.szs"};";
|
Filter += $"{"*.szs"};";
|
||||||
|
Filter += $"{"*.zs"};";
|
||||||
Filter += $"{"*.yaz0"};";
|
Filter += $"{"*.yaz0"};";
|
||||||
|
|
||||||
|
|
||||||
FilterEach.Add($"{"Compressed File"} ({"*.cmp"}) |{"*.cmp"}|");
|
FilterEach.Add($"{"Compressed File"} ({"*.cmp"}) |{"*.cmp"}|");
|
||||||
FilterEach.Add($"{"Zlib Compressed"} ({"*.z"}) |{"*.z"}|");
|
FilterEach.Add($"{"Zlib Compressed"} ({"*.z"}) |{"*.z"}|");
|
||||||
FilterEach.Add($"{"Yaz0 Compressed"} ({"*.yaz0"}) |{"*.yaz0"}|");
|
FilterEach.Add($"{"Yaz0 Compressed"} ({"*.yaz0"}) |{"*.yaz0"}|");
|
||||||
|
|
Loading…
Add table
Reference in a new issue