| 1459 | } |
| 1460 | |
| 1461 | int FCEU_StateRecorderStop(void) |
| 1462 | { |
| 1463 | if (stateRecorder != nullptr) |
| 1464 | { |
| 1465 | delete stateRecorder; stateRecorder = nullptr; |
| 1466 | } |
| 1467 | return stateRecorder != nullptr; |
| 1468 | } |
| 1469 | |
| 1470 | int FCEU_StateRecorderUpdate(void) |
| 1471 | { |
no outgoing calls
no test coverage detected