This function can be called from weird contexts, so just set a flag to deal with it later.
| 260 | // This function can be called from weird contexts, so just set a flag to deal |
| 261 | // with it later. |
| 262 | void resetGameboy() { |
| 263 | resettingGameboy = true; |
| 264 | } |
| 265 | |
| 266 | void pauseGameboy() { |
| 267 | if (!gameboyPaused) { |
no outgoing calls
no test coverage detected