Updated to revision 1004

This commit is contained in:
Chris Moeller 2012-11-26 03:56:52 -08:00
commit b4f550037c
2 changed files with 10 additions and 1 deletions

View File

@ -1 +1 @@
#define VERSION "r1002"
#define VERSION "r1004"

View File

@ -111,6 +111,10 @@ VGMSTREAM * init_vgmstream_adx(STREAMFILE *streamFile) {
/* high-pass cutoff frequency, always 500 that I've seen */
cutoff = (uint16_t)read_16bitBE(0x10,streamFile);
if (loop_start_sample == 0 && loop_end_sample == 0) {
loop_flag = 0;
}
channel_count = read_8bit(7,streamFile);
vgmstream = allocate_vgmstream(channel_count,loop_flag);
if (!vgmstream) goto fail;
@ -351,6 +355,11 @@ static struct {
* Uragiri wa Boku no Namae o Shitteiru (2010)(Kadokawa Shoten)[PS2]
* confirmed unique with guessadx */
{0x4c73,0x4d8d,0x5827},
/*
* StormLover Kai!! (2012)(D3 Publisher)[PSP]
* confirmed unique with guessadx */
{0x5a11,0x67e5,0x6751},
};
/* type 9 keys */