mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(SpDatFormat): filename extension disabled.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace GameRes.Formats.Jikkenshitsu
|
|||||||
|
|
||||||
public SpDatFormat ()
|
public SpDatFormat ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "dat" };
|
Extensions = new string[] { /* "dat" */ };
|
||||||
Signatures = new uint[] { 0x010003, 0x010007, 0x01000B, 0x010046, 0 };
|
Signatures = new uint[] { 0x010003, 0x010007, 0x01000B, 0x010046, 0 };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user