Add .ogg NXOpus [Trouble Witches Origin (Switch)]

This commit is contained in:
bnnm 2024-01-05 17:37:35 +01:00
parent c6337a98c4
commit 96348f12db

View File

@ -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;