Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1484
void FCEU_StateRecorderSetEnabled(bool enabled)
1485
{
1486
StateRecorder::enabled = enabled;
1487
}
1488
1489
bool FCEU_StateRecorderRunning(void)
1490
{
Callers
3
fceuWrapperInit
Function · 0.85
applyChanges
Method · 0.85
enableChanged
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected