MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ClearSongBanks

Method ClearSongBanks

Source/Compiler.cpp:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void CCompiler::ClearSongBanks()
696{
697 // Clear bank data in song chunks
698 for (CChunk *pChunk : m_vSongChunks)
699 pChunk->SetupBankData(m_iSongBankReference, 0);
700}
701
702void CCompiler::EnableBankswitching()
703{

Callers

nothing calls this directly

Calls 1

SetupBankDataMethod · 0.80

Tested by

no test coverage detected