mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-01 01:27:20 +01:00
Cleanup
This commit is contained in:
parent
896b8be202
commit
856742c8f6
@ -21,12 +21,15 @@ VGMSTREAM* init_vgmstream_mups(STREAMFILE* sf) {
|
||||
goto fail;
|
||||
|
||||
/* just an Ogg with changed OggS/vorbis words (see streamfile) */
|
||||
|
||||
temp_sf = setup_mups_streamfile(sf, 0x08);
|
||||
if (!temp_sf) goto fail;
|
||||
|
||||
#ifdef VGM_USE_VORBIS
|
||||
vgmstream = init_vgmstream_ogg_vorbis(temp_sf);
|
||||
if (!vgmstream) goto fail;
|
||||
#else
|
||||
goto fail;
|
||||
#endif
|
||||
|
||||
close_streamfile(temp_sf);
|
||||
|
||||
|
@ -498,9 +498,7 @@ VGMSTREAM * (*init_vgmstream_functions[])(STREAMFILE *streamFile) = {
|
||||
init_vgmstream_diva,
|
||||
init_vgmstream_imuse,
|
||||
init_vgmstream_ktsr,
|
||||
#ifdef VGM_USE_VORBIS
|
||||
init_vgmstream_mups,
|
||||
#endif
|
||||
init_vgmstream_kat,
|
||||
|
||||
/* lowest priority metas (should go after all metas, and TXTH should go before raw formats) */
|
||||
|
Loading…
Reference in New Issue
Block a user