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

Function FCEU_StateRecorderStop

src/state.cpp:1461–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

FCEU_CloseGameFunction · 0.85
applyChangesMethod · 0.85
startStopClickedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected