Update ngc_adpdtk.c

This commit is contained in:
Hexagon123 2023-05-31 22:06:20 -05:00 committed by GitHub
parent a9247228e5
commit bd92018b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ VGMSTREAM* init_vgmstream_dtk(STREAMFILE* sf) {
* .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"))
if (!check_extensions(sf,"dtk,adp,trk,wav,lwav"))
goto fail;
/* check valid frames as files have no header, and .adp/wav are common */