----------------------------------------------------
| 431 | } |
| 432 | //---------------------------------------------------- |
| 433 | void LuaControlDialog_t::stopLuaScript(void) |
| 434 | { |
| 435 | #ifdef _S9XLUA_H |
| 436 | FCEU_WRAPPER_LOCK(); |
| 437 | FCEU_LuaStop(); |
| 438 | FCEU_WRAPPER_UNLOCK(); |
| 439 | #endif |
| 440 | } |
| 441 | //---------------------------------------------------- |
| 442 | void LuaControlDialog_t::refreshState(void) |
| 443 | { |
nothing calls this directly
no test coverage detected