mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 20:25:23 +01:00
Found some known .BIK extensions
This commit is contained in:
parent
51786a9265
commit
081460d6b8
@ -19,9 +19,11 @@ VGMSTREAM* init_vgmstream_bik(STREAMFILE* sf) {
|
||||
|
||||
/* .bik/bik2/bk2: standard
|
||||
* .xmv: Reflections games [Driver: Parallel Lines (Wii), Emergency Heroes (Wii)]
|
||||
* .xen: Neversoft games [Guitar Hero III: Legends of Rock]
|
||||
* .bik.ps3: Neversoft games [Guitar Hero: Warriors of Rock (PS3)]
|
||||
* .bik.xen: Neversoft games [various Guitar Hero (PC/PS3/X360)]
|
||||
* .vid: Etrange Libellules games [Alice in Wonderland (PC)]
|
||||
* .bika: fake extension for demuxed audio */
|
||||
if (!check_extensions(sf,"bik,bik2,bk2,xmv,xen,bika"))
|
||||
if (!check_extensions(sf,"bik,bik2,bk2,ps3,xmv,xen,vid,bika"))
|
||||
goto fail;
|
||||
|
||||
/* find target stream info and samples */
|
||||
|
Loading…
x
Reference in New Issue
Block a user