Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1470
int FCEU_StateRecorderUpdate(void)
1471
{
1472
if (stateRecorder != nullptr)
1473
{
1474
stateRecorder->update();
1475
}
1476
return 0;
1477
}
1478
1479
bool FCEU_StateRecorderIsEnabled(void)
1480
{
Callers
1
FCEUI_Emulate
Function · 0.85
Calls
1
update
Method · 0.45
Tested by
no test coverage detected