Skip to content

Commit aa2431b

Browse files
committed
tailcall detours
1 parent 586f2ca commit aa2431b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

loader/Celeste.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ internal static Task Init()
6969

7070
celeste = Assembly.LoadFrom("/libsdl/CustomCeleste.dll");
7171

72+
MonoMod.Core.Platforms.WasmDetourFactory.EnableTailCallDetours = true;
73+
7274
AssemblyLoadContext.Default.ResolvingUnmanagedDll += (assembly, name) =>
7375
{
7476
if (name == "SDL2") name = "SDL3";

0 commit comments

Comments
 (0)