mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 11:24:14 +08:00
(Aps3Format): added 'ap3' extension.
This commit is contained in:
parent
1f45de7d35
commit
ec00da4469
@ -46,7 +46,7 @@ namespace GameRes.Formats.Kaguya
|
||||
|
||||
public Aps3Format ()
|
||||
{
|
||||
Extensions = new string[] { "aps", "parts" };
|
||||
Extensions = new string[] { "aps", "parts", "ap3" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
||||
|
Loading…
x
Reference in New Issue
Block a user