mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(Abogado): added "thumb" archive name.
This commit is contained in:
parent
e17f421036
commit
1bd081e72d
@ -39,7 +39,7 @@ namespace GameRes.Formats.Abogado
|
|||||||
public override bool IsHierarchic { get { return false; } }
|
public override bool IsHierarchic { get { return false; } }
|
||||||
public override bool CanWrite { get { return false; } }
|
public override bool CanWrite { get { return false; } }
|
||||||
|
|
||||||
static readonly IDictionary<string, string> ExtensionMap = new Dictionary<string, string> (StringComparer.InvariantCultureIgnoreCase)
|
static readonly IDictionary<string, string> ExtensionMap = new Dictionary<string, string> (StringComparer.OrdinalIgnoreCase)
|
||||||
{
|
{
|
||||||
{ "BACK", "KG" },
|
{ "BACK", "KG" },
|
||||||
{ "BUST", "KG" },
|
{ "BUST", "KG" },
|
||||||
@ -47,6 +47,7 @@ namespace GameRes.Formats.Abogado
|
|||||||
{ "SYSTEM", "KG" },
|
{ "SYSTEM", "KG" },
|
||||||
{ "VISUAL", "KG" },
|
{ "VISUAL", "KG" },
|
||||||
{ "SETTEI", "KG" },
|
{ "SETTEI", "KG" },
|
||||||
|
{ "THUMB", "KG" },
|
||||||
{ "SCENE", "SCF" },
|
{ "SCENE", "SCF" },
|
||||||
{ "SOUND", "ADP" },
|
{ "SOUND", "ADP" },
|
||||||
{ "PCM1", "ADP" },
|
{ "PCM1", "ADP" },
|
||||||
|
Loading…
Reference in New Issue
Block a user