mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 23:29:07 +08:00
(SpDatFormat): filename extension disabled.
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user