(Xp3Opener.Extensions): lower case.

This commit is contained in:
morkt 2023-10-12 23:18:35 +04:00
parent 90cca06742
commit add9ae0a1f

View File

@ -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" };
}