Add .PS3 extension (Guitar Hero III: LoR)

This commit is contained in:
Hexagon123 2022-09-06 15:35:40 -05:00 committed by GitHub
parent ff7dd2aa80
commit a654a51b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,9 @@ VGMSTREAM* init_vgmstream_fsb_encrypted(STREAMFILE* sf) {
/* checks */
/* .fsb: standard
* .fsb.ps3: various Guitar Hero (PS3)
* .fsb.xen: various Guitar Hero (X360/PC) */
if (!check_extensions(sf, "fsb,xen"))
if (!check_extensions(sf, "fsb,ps3,xen"))
goto fail;