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

Function cdl_pausecdlogging

src/lua-engine.cpp:5410–5418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5408}
5409
5410static int cdl_pausecdlogging(lua_State *L)
5411{
5412#ifdef __WIN_DRIVER__
5413 lua_pushinteger(L, PauseCDLogging());
5414#else
5415 lua_pushinteger(L, 0);
5416#endif
5417 return 1;
5418}
5419
5420static int cdl_startcdlogging(lua_State *L)
5421{

Callers

nothing calls this directly

Calls 2

lua_pushintegerFunction · 0.85
PauseCDLoggingFunction · 0.50

Tested by

no test coverage detected