* Returns true if there is a Lua script running. * */
| 6640 | * |
| 6641 | */ |
| 6642 | int FCEU_LuaRunning() { |
| 6643 | // FIXME: return false when no callback functions are registered. |
| 6644 | return (int) (L != NULL); // should return true if callback functions are active. |
| 6645 | } |
| 6646 | |
| 6647 | /** |
| 6648 | * Applies zapper.set overrides to zapper input. |
no outgoing calls
no test coverage detected