feat: SPC-PS2 Image Format

This commit is contained in:
ManicSteiner
2023-12-16 21:46:17 +08:00
parent 30b875efe8
commit 0434623308
3 changed files with 46 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ namespace GameRes.Formats.Cri
[Export(typeof(ImageFormat))]
public class SpcFormat : XtxFormat
{
public override string Tag { get { return "SPC"; } }
public override string Tag { get { return "SPC/Xbox360"; } }
public override string Description { get { return "CRI MiddleWare compressed texture format"; } }
public override uint Signature { get { return 0; } }