| 643 | } |
| 644 | |
| 645 | int FCEUI_GlobalToggleCheat(int global_enabled) |
| 646 | { |
| 647 | unsigned int _numsubcheats = numsubcheats; |
| 648 | globalCheatDisabled = !global_enabled; |
| 649 | RebuildSubCheats(); |
| 650 | return _numsubcheats != numsubcheats; |
| 651 | } |
| 652 | |
| 653 | static int InitCheatComp(void) |
| 654 | { |
no test coverage detected