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

Function FCEU_StateRecorderLoadState

src/state.cpp:1516–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516int FCEU_StateRecorderLoadState(int snapIndex)
1517{
1518 int ret = -1;
1519
1520 if (stateRecorder != nullptr)
1521 {
1522 ret = stateRecorder->loadStateByIndex(snapIndex);
1523 }
1524 return ret;
1525}
1526
1527int FCEU_StateRecorderGetStateIndex(void)
1528{

Callers

nothing calls this directly

Calls 1

loadStateByIndexMethod · 0.80

Tested by

no test coverage detected