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

Function cdl_loadfile

src/lua-engine.cpp:5374–5380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5372}
5373
5374static int cdl_loadfile(lua_State *L)
5375{
5376#ifdef __WIN_DRIVER__
5377 LoadCDLogFile();
5378#endif
5379 return 0;
5380}
5381
5382static int cdl_savecdlogfile(lua_State *L)
5383{

Callers

nothing calls this directly

Calls 1

LoadCDLogFileFunction · 0.85

Tested by

no test coverage detected