Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ cdl_resetcdlog
Function
cdl_resetcdlog
src/lua-engine.cpp:5428–5434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5426
}
5427
5428
static int cdl_resetcdlog(lua_State *L)
5429
{
5430
#ifdef __WIN_DRIVER__
5431
ResetCDLog();
5432
#endif
5433
return 0;
5434
}
5435
5436
5437
Callers
nothing calls this directly
Calls
1
ResetCDLog
Function · 0.50
Tested by
no test coverage detected