Skip to content

Commit 4f6a111

Browse files
committed
update
1 parent d0ddda8 commit 4f6a111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ A mostly-complete port of Celeste (2018) to WebAssembly, with full support for E
2525
## I want to figure out how this works
2626

2727
- The native dotnet WASM support is used to compile a loader program to WASM
28-
- `celeste/Program.cs` loads a patched Celeste assembly and exports a function that polls its main loop
29-
- `celeste/Patcher.cs` runs MonoMod on celeste assemblies provided by the user to patch it for WASM
28+
- `loader/Celeste.cs` loads a patched Celeste assembly and exports a function that polls its main loop
29+
- `loader/Patcher.cs` runs MonoMod on celeste assemblies provided by the user to patch it for WASM
3030
- `patcher/` has the source for the `MonoMod.Patcher` mod used for WASM patches
3131
- A WASM port of MonoMod is used to provide detours/hooks to Everest and other runtime mods, it functions completely on the IL level and is mono specific
3232
- FMOD pthread builds are used for audio, with slight patching of the bindings so that using FMOD 2 works

0 commit comments

Comments
 (0)