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

Function enableGameGenie

src/drivers/sdl/gui.cpp:1849–1854  ·  view source on GitHub ↗

TODO: is there somewhere else we can move this? works for now though

Source from the content-addressed store, hash-verified

1847
1848// TODO: is there somewhere else we can move this? works for now though
1849void enableGameGenie (int enabled)
1850{
1851 g_config->setOption ("SDL.GameGenie", enabled);
1852 g_config->save ();
1853 FCEUI_SetGameGenie (enabled);
1854}
1855
1856void toggleGameGenie (GtkCheckMenuItem * item, gpointer userData)
1857{

Callers 2

toggleGameGenieFunction · 0.85
loadGameGenieFunction · 0.85

Calls 3

FCEUI_SetGameGenieFunction · 0.85
setOptionMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected