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

Function cheatSearchKnown

src/drivers/sdl/cheat.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174static void cheatSearchKnown (GtkButton * button, cheat_win_t * cw)
175{
176 //printf("Cheat Search Known!\n");
177
178 FCEUI_CheatSearchEnd (FCEU_SEARCH_NEWVAL_KNOWN,
179 cw->cheat_search_known_value, 0);
180 cw->showCheatSearchResults ();
181}
182
183static void cheatSearchEqual (GtkButton * button, cheat_win_t * cw)
184{

Callers

nothing calls this directly

Calls 2

FCEUI_CheatSearchEndFunction · 0.85

Tested by

no test coverage detected