Update ngc_adpdtk.c

This commit is contained in:
Hexagon123 2023-05-31 22:44:46 -05:00 committed by GitHub
parent 404ea26d64
commit b7fe021779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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