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

Method OnUpdateSpeedCustom

Source/MainFrm.cpp:3481–3485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3479}
3480
3481void CMainFrame::OnUpdateSpeedCustom(CCmdUI *pCmdUI)
3482{
3483 pCmdUI->Enable(!FTEnv.GetSoundGenerator()->IsPlaying()); // // //
3484 pCmdUI->SetCheck(GetDoc().GetModule()->GetEngineSpeed() != 0);
3485}

Callers

nothing calls this directly

Calls 4

GetEngineSpeedMethod · 0.80
GetModuleMethod · 0.80
IsPlayingMethod · 0.45
GetSoundGeneratorMethod · 0.45

Tested by

no test coverage detected