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

Method GetEngineSpeed

Source/FamiTrackerModule.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121unsigned int CFamiTrackerModule::GetEngineSpeed() const {
122 return m_iEngineSpeed;
123}
124
125unsigned int CFamiTrackerModule::GetFrameRate() const {
126 unsigned Rate = GetEngineSpeed(); // // //

Callers 9

CreateHeaderMethod · 0.80
CreateNSFeHeaderMethod · 0.80
CreateMainHeaderMethod · 0.80
to_jsonFunction · 0.80
OnSpeedCustomMethod · 0.80
OnUpdateSpeedDefaultMethod · 0.80
OnUpdateSpeedCustomMethod · 0.80
SaveParamsMethod · 0.80
ExportFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected