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

Function cdl_savecdlogfileas

src/lua-engine.cpp:5390–5398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5388}
5389
5390static int cdl_savecdlogfileas(lua_State *L)
5391{
5392#ifdef __WIN_DRIVER__
5393 const char *nameo = luaL_checkstring(L, 1);
5394 RenameCDLog(nameo);
5395 SaveCDLogFile();
5396#endif
5397 return 0;
5398}
5399
5400static int cdl_docdlogger(lua_State *L)
5401{

Callers

nothing calls this directly

Calls 2

RenameCDLogFunction · 0.50
SaveCDLogFileFunction · 0.50

Tested by

no test coverage detected