MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ~LuaSaveState

Method ~LuaSaveState

src/lua-engine.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 , persisted(false)
173 {}
174 ~LuaSaveState() {
175 if(data) delete data;
176 }
177 void persist() {
178 persisted = true;
179 FILE* outf = fopen(filename.c_str(),"wb");

Callers 1

savestate_gcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected