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

Function BackupLoadState

src/state.cpp:1146–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144}
1145
1146void BackupLoadState()
1147{
1148 string filename = GetBackupFileName();
1149 internalSaveLoad = true;
1150 FCEUSS_Save(filename.c_str());
1151 internalSaveLoad = false;
1152 undoLS = true;
1153}
1154
1155void LoadBackup()
1156{

Callers 1

FCEUI_LoadStateFunction · 0.85

Calls 2

GetBackupFileNameFunction · 0.85
FCEUSS_SaveFunction · 0.85

Tested by

no test coverage detected