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

Method stopLuaScript

src/drivers/Qt/LuaControl.cpp:433–440  ·  view source on GitHub ↗

----------------------------------------------------

Source from the content-addressed store, hash-verified

431}
432//----------------------------------------------------
433void LuaControlDialog_t::stopLuaScript(void)
434{
435#ifdef _S9XLUA_H
436 FCEU_WRAPPER_LOCK();
437 FCEU_LuaStop();
438 FCEU_WRAPPER_UNLOCK();
439#endif
440}
441//----------------------------------------------------
442void LuaControlDialog_t::refreshState(void)
443{

Callers

nothing calls this directly

Calls 1

FCEU_LuaStopFunction · 0.85

Tested by

no test coverage detected