MCPcopy Create free account
hub / github.com/doldecomp/mkdd / framework

Method framework

src/Osako/PadRecorder.cpp:135–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void PadRecorder::framework()
136{
137 switch (mState)
138 {
139 case State_Recording:
140 case State_PlayBack:
141 playGhost();
142 break;
143 }
144}
145
146void PadRecorder::nextFrame()
147{

Callers 2

processKartPadFunction · 0.80
beginFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected