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

Function emu_emulating

src/lua-engine.cpp:3255–3258  ·  view source on GitHub ↗

boolean emu.emulating()

Source from the content-addressed store, hash-verified

3253
3254// boolean emu.emulating()
3255int emu_emulating(lua_State *L) {
3256 lua_pushboolean(L, GameInfo != NULL);
3257 return 1;
3258}
3259
3260// string movie.mode()
3261//

Callers

nothing calls this directly

Calls 1

lua_pushbooleanFunction · 0.85

Tested by

no test coverage detected