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

Function FCEU_StateRecorderUpdate

src/state.cpp:1470–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468}
1469
1470int FCEU_StateRecorderUpdate(void)
1471{
1472 if (stateRecorder != nullptr)
1473 {
1474 stateRecorder->update();
1475 }
1476 return 0;
1477}
1478
1479bool FCEU_StateRecorderIsEnabled(void)
1480{

Callers 1

FCEUI_EmulateFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected