MCPcopy Create free account
hub / github.com/TASEmulators/fceux / DemandLua

Function DemandLua

src/lua-engine.cpp:107–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool DemandLua()
108{
109#ifdef __WIN_DRIVER__
110 if(!CheckLua())
111 {
112 MessageBox(NULL, "lua51.dll was not found. Please get it into your PATH or in the same directory as fceux.exe", "FCEUX", MB_OK | MB_ICONERROR);
113 return false;
114 }
115 return true;
116#else
117 return true;
118#endif
119}
120
121extern "C"
122{

Callers 1

FCEU_LoadLuaCodeFunction · 0.85

Calls 1

CheckLuaFunction · 0.85

Tested by

no test coverage detected