mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 15:54:05 +01:00
Fix some auto L+R issues [Gift: Prism (PS2)]
This commit is contained in:
parent
6fb4178103
commit
ac23eab7ed
@ -303,6 +303,7 @@ static int ps_find_loop_offsets_internal(STREAMFILE* sf, off_t start_offset, siz
|
||||
&& buf[0] != 0x00 /* ignore blank frame */
|
||||
&& buf[0] != 0x0c /* ignore silent frame */
|
||||
&& buf[0] != 0x3c /* ignore some L-R tracks with different end flags */
|
||||
&& buf[0] != 0x1c /* ignore some L-R tracks with different end flags */
|
||||
) {
|
||||
|
||||
/* assume full loop with repeated frame header and null frame */
|
||||
|
Loading…
x
Reference in New Issue
Block a user