From 3e4adbb294adfdca205f801a7b95359b63981399 Mon Sep 17 00:00:00 2001 From: Simon Aarons <40786398+simontime@users.noreply.github.com> Date: Thu, 24 Sep 2020 14:49:33 +1000 Subject: [PATCH] Update swav.c --- src/meta/swav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/swav.c b/src/meta/swav.c index 0e8b3353..ba1c5eaf 100644 --- a/src/meta/swav.c +++ b/src/meta/swav.c @@ -2,7 +2,7 @@ #include "../util.h" -/* SWAV - from Gameloft(?) games [Asphalt Urban GT (DS), Asphalt Urban GT 2 (DS)] */ +/* SWAV - wave files generated by the DS SDK */ VGMSTREAM* init_vgmstream_swav(STREAMFILE* sf) { VGMSTREAM* vgmstream = NULL; int channel_count, loop_flag;