MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ResetFPS

Function ResetFPS

src/video.cpp:744–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742static unsigned int boopcount = 0;
743
744void ResetFPS(void)
745{
746 boop_ts = 0;
747 boopcount = 0;
748}
749
750void ShowFPS(void)
751{

Callers 2

FCEUI_SetShowFPSFunction · 0.85
FCEUI_ToggleShowFPSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected