| 145 | } |
| 146 | |
| 147 | void saveSettingsFunc(int value) { |
| 148 | printMenuMessage("Saving settings..."); |
| 149 | muteSND(); |
| 150 | writeConfigFile(); |
| 151 | if (!isGameboyPaused()) |
| 152 | unmuteSND(); |
| 153 | printMenuMessage("Settings saved."); |
| 154 | } |
| 155 | |
| 156 | void stateSelectFunc(int value) { |
| 157 | stateNum = value; |
nothing calls this directly
no test coverage detected