take out lua panic timer. it was making guis crash? maybe?

This commit is contained in:
zeromus 2008-07-31 23:18:06 +00:00
parent 590240af68
commit 61586d6602
1 changed files with 1 additions and 1 deletions

View File

@ -1576,7 +1576,7 @@ int FCEU_LoadLuaCode(const char *filename) {
//FCEU_LuaFrameBoundary();
// Set up our protection hook to be executed once every 10,000 bytecode instructions.
lua_sethook(thread, FCEU_LuaHookFunction, LUA_MASKCOUNT, 10000);
//lua_sethook(thread, FCEU_LuaHookFunction, LUA_MASKCOUNT, 10000);
// We're done.
return 1;