mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 13:39:09 +08:00
(Aps3Format): added 'ap3' extension.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user