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

Function UndoRedoSavestate

src/input.cpp:1366–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364}
1365
1366static void UndoRedoSavestate(void)
1367{
1368 if ( !lastSavestateMade.empty() && (undoSS || redoSS))
1369 SwapSaveState();
1370}
1371
1372static void FCEUI_DoExit(void)
1373{

Callers

nothing calls this directly

Calls 1

SwapSaveStateFunction · 0.85

Tested by

no test coverage detected