download sound resources on Switch

This commit is contained in:
headshot2017 2024-03-13 01:09:02 -04:00
parent ed3c0ff23c
commit aa23b5d444

View File

@ -1055,7 +1055,7 @@ static const struct AssetSet* const asset_sets[] = {
&ccTexsAssetSet,
&mccTexsAssetSet,
&mccMusicAssetSet,
#ifndef CC_BUILD_CONSOLE
#if !defined(CC_BUILD_CONSOLE) || defined(CC_BUILD_SWITCH)
&mccSoundAssetSet
#endif /* TODO: Vorbis decoding */
};