We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586f2ca commit aa2431bCopy full SHA for aa2431b
loader/Celeste.cs
@@ -69,6 +69,8 @@ internal static Task Init()
69
70
celeste = Assembly.LoadFrom("/libsdl/CustomCeleste.dll");
71
72
+ MonoMod.Core.Platforms.WasmDetourFactory.EnableTailCallDetours = true;
73
+
74
AssemblyLoadContext.Default.ResolvingUnmanagedDll += (assembly, name) =>
75
{
76
if (name == "SDL2") name = "SDL3";
0 commit comments