mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 15:54:05 +01:00
Fix missing .lopus
This commit is contained in:
parent
871671b5b8
commit
68c8f1bb76
@ -240,7 +240,7 @@ VGMSTREAM * init_vgmstream_opus_shinen(STREAMFILE *streamFile) {
|
|||||||
int num_samples = 0, loop_start = 0, loop_end = 0;
|
int num_samples = 0, loop_start = 0, loop_end = 0;
|
||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
if ( !check_extensions(streamFile,"opus"))
|
if ( !check_extensions(streamFile,"opus,lopus"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (read_32bitBE(0x08,streamFile) != 0x01000080)
|
if (read_32bitBE(0x08,streamFile) != 0x01000080)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user