mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
HDB: Added more debug output to script compilation
This commit is contained in:
parent
ea2f09b256
commit
e0cb401bc2
@ -2025,6 +2025,11 @@ void LuaScript::addPatches(Common::String &chunk, const char *scriptName) {
|
||||
|
||||
if (applied)
|
||||
debug(1, "Applied %d patches to %s", applied, scriptName);
|
||||
|
||||
if (gDebugLevel > 3) {
|
||||
warning(">>>>>>>>>>> SCRIPT: %s", scriptName);
|
||||
chunk += "\nfor i,v in pairs(_G) do if type(v) == 'function' then print(i) end end";
|
||||
}
|
||||
}
|
||||
|
||||
void LuaScript::checkParameters(const char *func, int params) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user