re-add movie.playbeginning for backward compatibility; add the description of emu.registerbefore, emu.registerafter, emu.registerexit, memory.getregister, memory.setregister, memory.registerwrite and memory.registerexec to the Lua functions list.
This commit is contained in:
parent
888febcd19
commit
9553ec70c7
|
@ -2550,6 +2550,7 @@ static const struct luaL_reg movielib[] = {
|
|||
{"close", movie_stop},
|
||||
{"getname", movie_getname},
|
||||
// {"playback", movie_playback},
|
||||
{"playbeginning", movie_replay},
|
||||
{"getreadonly", movie_getreadonly},
|
||||
{NULL,NULL}
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
This .hnd file is used to create the fceux.chm file (Windows FCEUX help file). It is made with HelpNDoc v1.13 Freeware Version.
|
||||
This .hnd file is used to create the fceux.chm file (Windows FCEUX help file). It is made with HelpNDoc v2.2 Freeware Version.
|
Loading…
Reference in New Issue