mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(QLIE): ARGB images.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace GameRes.Formats.Qlie
|
||||
public PackOpener ()
|
||||
{
|
||||
Extensions = new string [] { "pack" };
|
||||
ContainedFormats = new[] { "ABMP/QLIE", "DPNG", "PNG", "JPEG", "OGG", "WAV" };
|
||||
ContainedFormats = new[] { "ABMP/QLIE", "DPNG", "ARGB", "PNG", "JPEG", "OGG", "WAV" };
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user