| 1556 | return stateRecorderConfig; |
| 1557 | } |
| 1558 | int FCEU_StateRecorderSetConfigData(const StateRecorderConfigData &newConfig) |
| 1559 | { |
| 1560 | stateRecorderConfig = newConfig; |
| 1561 | |
| 1562 | if (stateRecorder != nullptr) |
| 1563 | { |
| 1564 | stateRecorder->loadConfig( stateRecorderConfig ); |
| 1565 | } |
| 1566 | return 0; |
| 1567 | } |
no test coverage detected