| 135 | } |
| 136 | |
| 137 | void 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 | |
| 145 | int FCEU_CalcCheatAffectedBytes(uint32 address, uint32 size) { |
| 146 |
no test coverage detected