use cd and im bindings for lua. needed rebuild luaperks to include binding sources
This commit is contained in:
parent
58b4dd0a0f
commit
14ad02632a
|
@ -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);
|
||||
|
|
BIN
vc/luaperks.lib
BIN
vc/luaperks.lib
Binary file not shown.
Loading…
Reference in New Issue