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:
gocha 2009-10-11 23:48:45 +00:00
parent 888febcd19
commit 9553ec70c7
3 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.