Update ngc_adpdtk.c

Add known extension [Bloody Roar: Primal Fury (GC)]
This commit is contained in:
Hexagon123 2023-05-31 22:03:21 -05:00 committed by GitHub
parent b158e81223
commit a9247228e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ VGMSTREAM* init_vgmstream_dtk(STREAMFILE* sf) {
/* checks */
/* .dtk: standard [XGRA (GC)]
* .adp: standard [Harvest Moon AWL (GC)]
* .adp: standard [Harvest Moon: AWL (GC)]
* .trk: standard [Bloody Roar: Primal Fury (GC)]
* .wav/lwav: Alien Hominid (GC) */
if (!check_extensions(sf,"dtk,adp,wav,lwav"))
goto fail;