mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-21 08:43:40 +01:00
Enable Wwise PTADPCM for all platforms [Genshin Impact (PC)]
This commit is contained in:
parent
0e77670d20
commit
6d18e40177
@ -190,9 +190,7 @@ VGMSTREAM * init_vgmstream_wwise(STREAMFILE *streamFile) {
|
|||||||
case 0xFFFF: ww.codec = VORBIS; break;
|
case 0xFFFF: ww.codec = VORBIS; break;
|
||||||
case 0x3039: ww.codec = OPUSNX; break; /* later renamed from "OPUS" */
|
case 0x3039: ww.codec = OPUSNX; break; /* later renamed from "OPUS" */
|
||||||
case 0x3040: ww.codec = OPUS; break;
|
case 0x3040: ww.codec = OPUS; break;
|
||||||
#if 0
|
case 0x8311: ww.codec = PTADPCM; break; /* newer, rare [Genshin Impact (PC)] */
|
||||||
case 0x8311: ww.codec = PTADPCM; break;
|
|
||||||
#endif
|
|
||||||
default:
|
default:
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user