Don't decompress song that we don't play

This commit is contained in:
dwsJason 2019-10-18 20:24:33 -04:00
parent 8d0cb28c2d
commit fc151d60be
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ syssnd_init(void)
printf("Decompress NTP Driver\n");
LZ4_Unpack(pNtpDriver, &ntpplayer_lz4);
printf("Decompress samerica\n");
LZ4_Unpack(pNtpSong, &samerica_lz4);
//printf("Decompress samerica\n");
//LZ4_Unpack(pNtpSong, &samerica_lz4);
printf("NTPSetAudioBank\n");
SetAudioBank( (*handle)>>16 );