diff --git a/src/lua-engine.cpp b/src/lua-engine.cpp index 5d33ea6a..32b7b39c 100644 --- a/src/lua-engine.cpp +++ b/src/lua-engine.cpp @@ -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} diff --git a/vc/Help/fceux-2.1.1.hnd b/vc/Help/fceux-2.1.1.hnd index 4d839e48..07309b6f 100644 Binary files a/vc/Help/fceux-2.1.1.hnd and b/vc/Help/fceux-2.1.1.hnd differ diff --git a/vc/Help/readme.txt b/vc/Help/readme.txt index 58a3d1f9..27148d7a 100644 --- a/vc/Help/readme.txt +++ b/vc/Help/readme.txt @@ -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. \ No newline at end of file +This .hnd file is used to create the fceux.chm file (Windows FCEUX help file). It is made with HelpNDoc v2.2 Freeware Version. \ No newline at end of file