Fix .fag sample rate

This commit is contained in:
bnnm 2019-01-12 01:02:10 +01:00
parent 13643e8c3d
commit f90d9c1e5d

View File

@ -32,7 +32,7 @@ VGMSTREAM * init_vgmstream_fag(STREAMFILE *streamFile) {
if (!vgmstream) goto fail;
vgmstream->meta_type = meta_FAG;
vgmstream->sample_rate = 24000;
vgmstream->sample_rate = 22050;
vgmstream->num_streams = total_subsongs;
vgmstream->stream_size = stream_size;