mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(Xp3Opener.Extensions): lower case.
This commit is contained in:
parent
90cca06742
commit
add9ae0a1f
@ -89,7 +89,7 @@ namespace GameRes.Formats.KiriKiri
|
||||
public Xp3Opener ()
|
||||
{
|
||||
Signatures = new uint[] { 0x0d335058, 0x00905A4D, 0 };
|
||||
Extensions = new[] { "XP3", "EXE" };
|
||||
Extensions = new[] { "xp3", "exe" };
|
||||
ContainedFormats = new[] { "TLG", "BMP", "PNG", "JPEG", "OGG", "WAV", "TXT" };
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user