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

Function savestate_persist

src/lua-engine.cpp:3135–3140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3133}
3134
3135static int savestate_persist(lua_State *L) {
3136
3137 LuaSaveState *ss = (LuaSaveState *)lua_touserdata(L, 1);
3138 ss->persist();
3139 return 0;
3140}
3141
3142// savestate.load(object state)
3143//

Callers

nothing calls this directly

Calls 2

lua_touserdataFunction · 0.85
persistMethod · 0.80

Tested by

no test coverage detected