mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 12:31:00 +01:00
Minor doc
This commit is contained in:
parent
f5a3a2b5bc
commit
ee3fae5a37
@ -8,7 +8,8 @@ VGMSTREAM * init_vgmstream_nds_hwas(STREAMFILE *streamFile) {
|
||||
off_t start_offset;
|
||||
int channel_count, loop_flag = 0;
|
||||
|
||||
/* check extension, case insensitive (made-up extension) */
|
||||
/* checks */
|
||||
/* .hwas: usually in archives but also found named (ex. Guitar Hero On Tour) */
|
||||
if (!check_extensions(streamFile,"hwas"))
|
||||
goto fail;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user