Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_StateRecorderRunning
Function
FCEU_StateRecorderRunning
src/state.cpp:1489–1492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1487
}
1488
1489
bool FCEU_StateRecorderRunning(void)
1490
{
1491
return stateRecorder != nullptr;
1492
}
1493
1494
int FCEU_StateRecorderGetMaxSnaps(void)
1495
{
Callers
4
applyChanges
Method · 0.85
startStopClicked
Method · 0.85
updateStartStopBuffon
Method · 0.85
updateRecorderStatusLabel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected