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

Function resetCountersCB

src/drivers/sdl/debugger.cpp:1558–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558static void resetCountersCB( GtkWidget *button, debuggerWin_t * dw)
1559{
1560 ResetDebugStatisticsCounters();
1561
1562 updateAllDebugWindows();
1563}
1564
1565static void breakOnBadOpcodeCB( GtkToggleButton *togglebutton, debuggerWin_t * dw)
1566{

Callers

nothing calls this directly

Calls 2

updateAllDebugWindowsFunction · 0.85

Tested by

no test coverage detected