Re-enabled running the Lua script when loaded.
This commit is contained in:
parent
08c602a3f2
commit
dd5a0e908e
|
@ -6178,7 +6178,7 @@ int FCEU_LoadLuaCode(const char *filename, const char *arg) {
|
|||
//if (wasPaused) FCEUI_ToggleEmulationPause();
|
||||
|
||||
// And run it right now. :)
|
||||
//FCEU_LuaFrameBoundary();
|
||||
FCEU_LuaFrameBoundary();
|
||||
|
||||
// Set up our protection hook to be executed once every 10,000 bytecode instructions.
|
||||
//lua_sethook(thread, FCEU_LuaHookFunction, LUA_MASKCOUNT, 10000);
|
||||
|
|
Loading…
Reference in New Issue