use cd and im bindings for lua. needed rebuild luaperks to include binding sources

This commit is contained in:
zeromus 2018-12-16 13:20:38 -05:00
parent 58b4dd0a0f
commit 14ad02632a
2 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,10 @@ extern "C"
int iupcontrolslua_open(lua_State * L);
int luaopen_winapi(lua_State * L);
int imlua_open (lua_State *L);
int cdlua_open (lua_State *L);
int cdluaim_open(lua_State *L);
//luasocket
int luaopen_socket_core(lua_State *L);
int luaopen_mime_core(lua_State *L);
@ -6055,6 +6059,9 @@ int FCEU_LoadLuaCode(const char *filename, const char *arg) {
iuplua_open(L);
iupcontrolslua_open(L);
luaopen_winapi(L);
imlua_open(L);
cdlua_open(L);
cdluaim_open(L);
//luasocket - yeah, have to open this in a weird way
lua_pushcfunction(L,luaopen_socket_core);

Binary file not shown.