MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_StateRecorderSetConfigData

Function FCEU_StateRecorderSetConfigData

src/state.cpp:1558–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

fceuWrapperInitFunction · 0.85
applyChangesMethod · 0.85

Calls 1

loadConfigMethod · 0.80

Tested by

no test coverage detected