| 141 | printMenuMessage("No cheats found!"); |
| 142 | } |
| 143 | void keyConfigFunc(int value) { |
| 144 | startKeyConfigChooser(); |
| 145 | } |
| 146 | |
| 147 | void saveSettingsFunc(int value) { |
| 148 | printMenuMessage("Saving settings..."); |
nothing calls this directly
no test coverage detected