mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Updated to revision 1004
This commit is contained in:
commit
b4f550037c
@ -1 +1 @@
|
||||
#define VERSION "r1002"
|
||||
#define VERSION "r1004"
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user