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

Function FCEU_StateRecorderSetEnabled

src/state.cpp:1484–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482}
1483
1484void FCEU_StateRecorderSetEnabled(bool enabled)
1485{
1486 StateRecorder::enabled = enabled;
1487}
1488
1489bool FCEU_StateRecorderRunning(void)
1490{

Callers 3

fceuWrapperInitFunction · 0.85
applyChangesMethod · 0.85
enableChangedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected