implemented 'Game System' CHR images.

This commit is contained in:
morkt
2017-01-17 07:03:51 +04:00
parent 57497295cd
commit b4e05ff2db
4 changed files with 339 additions and 1 deletions

View File

@@ -102,9 +102,11 @@
<Compile Include="Cmvs\ImagePB2.cs" />
<Compile Include="Ellefin\ArcEPK.cs" />
<Compile Include="Entis\ArcPAC.cs" />
<Compile Include="GameSystem\ArcCHR.cs" />
<Compile Include="GameSystem\ArcCMP.cs" />
<Compile Include="GameSystem\ImageBGD.cs" />
<Compile Include="GameSystem\ImageCGD.cs" />
<Compile Include="GameSystem\ImageCHR.cs" />
<Compile Include="Lz4Stream.cs" />
<Compile Include="Majiro\ImageRC8.cs" />
<Compile Include="Mixwill\ArcARC0.cs" />