Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ CanStepRow
Method
CanStepRow
Source/TempoCounter.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool CTempoCounter::CanStepRow() const {
92
return m_iTempoAccum <= 0;
93
}
94
95
void CTempoCounter::DoFxx(uint8_t Param) {
96
if (m_iTempo && Param >= m_pModule->GetSpeedSplitPoint()) // // //
Callers
1
PlayerTick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected