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

Function FCEUI_SetGameGenie

src/fceu.cpp:1228–1230  ·  view source on GitHub ↗

Enable or disable Game Genie option.

Source from the content-addressed store, hash-verified

1226
1227//Enable or disable Game Genie option.
1228void FCEUI_SetGameGenie(bool a) {
1229 FSettings.GameGenie = a;
1230}
1231
1232//this variable isn't used at all, snap is always name-based
1233//void FCEUI_SetSnapName(bool a)

Callers 9

FCEUI_LoadGameVirtualFunction · 0.85
AppWndProcFunction · 0.85
mainFunction · 0.85
LoadGameFunction · 0.85
UpdateEMUCoreFunction · 0.85
toggleGameGenieMethod · 0.85
enableGameGenieFunction · 0.85
UpdateEMUCoreFunction · 0.85
DoArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected