mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
(GgaFormat): added "gg0" extension.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user