mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-25 07:20:10 +01:00
Update swav.c
This commit is contained in:
parent
842171b83a
commit
3e4adbb294
@ -2,7 +2,7 @@
|
|||||||
#include "../util.h"
|
#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* init_vgmstream_swav(STREAMFILE* sf) {
|
||||||
VGMSTREAM* vgmstream = NULL;
|
VGMSTREAM* vgmstream = NULL;
|
||||||
int channel_count, loop_flag;
|
int channel_count, loop_flag;
|
||||||
|
Loading…
Reference in New Issue
Block a user