1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Merge pull request #16153 from IntelOrca/embed-duktape

Resolve #14259: Embed our own duktape library
This commit is contained in:
Michael Steenbeek
2022-01-23 13:45:42 +01:00
committed by GitHub
12 changed files with 106378 additions and 51 deletions

View File

@@ -1443,4 +1443,9 @@ int32_t OpenRCT2::Scripting::GetTargetAPIVersion()
return plugin->GetTargetAPIVersion();
}
duk_bool_t duk_exec_timeout_check(void*)
{
return false;
}
#endif