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

Function cdl_startcdlogging

src/lua-engine.cpp:5420–5426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5418}
5419
5420static int cdl_startcdlogging(lua_State *L)
5421{
5422#ifdef __WIN_DRIVER__
5423 StartCDLogging();
5424#endif
5425 return 0;
5426}
5427
5428static int cdl_resetcdlog(lua_State *L)
5429{

Callers

nothing calls this directly

Calls 1

StartCDLoggingFunction · 0.50

Tested by

no test coverage detected