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

Function cdl_savecdlogfile

src/lua-engine.cpp:5382–5388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5380}
5381
5382static int cdl_savecdlogfile(lua_State *L)
5383{
5384#ifdef __WIN_DRIVER__
5385 SaveCDLogFile();
5386#endif
5387 return 0;
5388}
5389
5390static int cdl_savecdlogfileas(lua_State *L)
5391{

Callers

nothing calls this directly

Calls 1

SaveCDLogFileFunction · 0.50

Tested by

no test coverage detected