mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 12:23:44 +01:00
Add .ogg NXOpus [Trouble Witches Origin (Switch)]
This commit is contained in:
parent
c6337a98c4
commit
96348f12db
@ -135,8 +135,9 @@ VGMSTREAM* init_vgmstream_opus_std(STREAMFILE* sf) {
|
|||||||
|
|
||||||
/* .opus: standard / .lopus: for plugins
|
/* .opus: standard / .lopus: for plugins
|
||||||
* .bgm: Cotton Reboot (Switch)
|
* .bgm: Cotton Reboot (Switch)
|
||||||
* .opu: Ys Memoire: The Oath in Felghana (Switch) */
|
* .opu: Ys Memoire: The Oath in Felghana (Switch)
|
||||||
if (!check_extensions(sf,"opus,lopus,bgm,opu"))
|
* .ogg: Trouble Witches Origin (Switch) */
|
||||||
|
if (!check_extensions(sf,"opus,lopus,bgm,opu,ogg,logg"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
offset = 0x00;
|
offset = 0x00;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user