mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(GgaFormat): added "gg0" extension.
This commit is contained in:
parent
c635d2263f
commit
ef0f5f9eaf
@ -497,7 +497,7 @@ namespace GameRes.Formats.DRS
|
||||
|
||||
public GgaFormat ()
|
||||
{
|
||||
Extensions = new string[] { "gg1", "gg2", "gg3" };
|
||||
Extensions = new string[] { "gg1", "gg2", "gg3", "gg0" };
|
||||
}
|
||||
|
||||
internal class GgaMetaData : ImageMetaData
|
||||
|
Loading…
x
Reference in New Issue
Block a user