Merge pull request #43 from Manicsteiner/feat_bip

Feat BIP-PS2 support
This commit is contained in:
Crsky
2024-09-07 02:01:57 +08:00
committed by GitHub
7 changed files with 310 additions and 2 deletions

View File

@@ -136,6 +136,8 @@
<Compile Include="GScripter\ArcDATA.cs" />
<Compile Include="Ism\ImagePNG.cs" />
<Compile Include="Kid\ArcDATRAW.cs" />
<Compile Include="Kid\ImageBIP.cs" />
<Compile Include="Kid\ImageBIParc.cs" />
<Compile Include="Kid\ImageLBG.cs" />
<Compile Include="Kid\ImageSPC.cs" />
<Compile Include="Kogado\ArcARC.cs" />
@@ -179,6 +181,7 @@
<Compile Include="Macromedia\Palettes.cs" />
<Compile Include="MAGES\ArcARC20.cs" />
<Compile Include="MAGES\ArcFARC.cs" />
<Compile Include="MAGES\ArcGPDA.cs" />
<Compile Include="MAGES\ArcGTF.cs" />
<Compile Include="MAGES\ArcLoveOnce.cs" />
<Compile Include="MAGES\ImageBIN.cs" />