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

Function toggleGameGenie

src/drivers/sdl/gui.cpp:1856–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856void toggleGameGenie (GtkCheckMenuItem * item, gpointer userData)
1857{
1858 enableGameGenie (gtk_check_menu_item_get_active (item));
1859}
1860
1861void togglePause (GtkMenuItem * item, gpointer userData)
1862{

Callers

nothing calls this directly

Calls 1

enableGameGenieFunction · 0.85

Tested by

no test coverage detected