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

Function UpdateCheatList

src/drivers/win/cheat.cpp:1055–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055void UpdateCheatList()
1056{
1057 if (!hCheat)
1058 return;
1059 else
1060 ShowResults(hCheat);
1061}
1062
1063void UpdateCheatListGroupBoxUI()
1064{

Callers 1

FCEUI_EmulateFunction · 0.85

Calls 1

ShowResultsFunction · 0.85

Tested by

no test coverage detected