mirror of https://github.com/snes9xgit/snes9x.git
Lua: fix emu.registerafter timing, emu.atframeboundary must return true
This commit is contained in:
parent
60fbe2de5b
commit
befe889303
|
@ -336,11 +336,11 @@ static inline void EndS9xMainLoop (void)
|
|||
if(!pad_read)
|
||||
IPPU.PadIgnoredFrames++;
|
||||
|
||||
IPPU.InMainLoop = FALSE;
|
||||
|
||||
#ifdef HAVE_LUA
|
||||
CallRegisteredLuaFunctions(LUACALL_AFTEREMULATION);
|
||||
#endif
|
||||
|
||||
IPPU.InMainLoop = FALSE;
|
||||
}
|
||||
|
||||
static inline void S9xReschedule (void)
|
||||
|
|
Loading…
Reference in New Issue