Skip to content

Commit

Permalink
TAG755 2024/12/9
Browse files Browse the repository at this point in the history
  Core:XGM2:PCMテーブル生成のバグ修正
  • Loading branch information
kumatan committed Dec 9, 2024
1 parent 93f9483 commit f1a14cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mml2vgm/CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
�X�V����
TAG755 2024/12/9
Core:XGM2:PCM�e�[�u�������̃o�O�C��

TAG754 2024/12/8 2nd
Core:PartCounter:.gwi:PP�R�}���h�C���B
Core:OPN�n(OPNA2����):yXX�R�}���hCh3Ex�����C���B
Expand Down
1 change: 1 addition & 0 deletions mml2vgm/Corex64/XGM2maker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ private void makePCMData()
sampleID[c].size = (uint)p.Item2.size;
ptr+= (uint)p.Item2.size;
c++;
if (c < sampleID.Length) sampleID[c].addr = ptr;
}

}
Expand Down

0 comments on commit f1a14cf

Please sign in to comment.