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

Function FCEU_StateRecorderStart

src/state.cpp:1452–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1450int StateRecorder::lastState = 0;
1451
1452int FCEU_StateRecorderStart(void)
1453{
1454 if (stateRecorder == nullptr)
1455 {
1456 stateRecorder = new StateRecorder();
1457 }
1458 return stateRecorder == nullptr;
1459}
1460
1461int FCEU_StateRecorderStop(void)
1462{

Callers 3

FCEUI_LoadGameVirtualFunction · 0.85
applyChangesMethod · 0.85
startStopClickedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected