mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(SpDatFormat): filename extension disabled.
This commit is contained in:
parent
bcc5d21a84
commit
14d97a99f7
@ -59,7 +59,7 @@ namespace GameRes.Formats.Jikkenshitsu
|
||||
|
||||
public SpDatFormat ()
|
||||
{
|
||||
Extensions = new string[] { "dat" };
|
||||
Extensions = new string[] { /* "dat" */ };
|
||||
Signatures = new uint[] { 0x010003, 0x010007, 0x01000B, 0x010046, 0 };
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user