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

Function FCEU_PowerCheats

src/cheat.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void FCEU_PowerCheats()
138{
139 numsubcheats = 0; /* Quick hack to prevent setting of ancient read addresses. */
140 if (cheatMap)
141 FCEUI_RefreshCheatMap();
142 RebuildSubCheats();
143}
144
145int FCEU_CalcCheatAffectedBytes(uint32 address, uint32 size) {
146

Callers 1

PowerNESFunction · 0.85

Calls 2

FCEUI_RefreshCheatMapFunction · 0.85
RebuildSubCheatsFunction · 0.85

Tested by

no test coverage detected