-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
675 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Emscripten Patches for ScummVM | ||
|
||
This folder contains a few patches required to build ScummVM for WebAssembly with Emscripten 3.1.8: | ||
- **[emscripten-15893.patch](emscripten-15893.patch):** PR emscripten-core/emscripten#15893 rebased to version 3.1.8 (see [chkuendig/[email protected]](https://github.com/chkuendig/emscripten/tree/asyncify-side-module-3.1.8)). | ||
- **[emscripten-16559.patch](emscripten-16559.patch)**: PR emscripten-core/emscripten#16559. | ||
- **[emscripten-16687.patch](emscripten-16687.patch)**: PR emscripten-core/emscripten#16687. | ||
- **[libmad-0.15.1b-fixes-1.patch](libmad-0.15.1b-fixes-1.patch)**: see https://stackoverflow.com/questions/14015747/gccs-fforce-mem-option. | ||
|
||
ScummVM also builds without these, but some features wont work. |
Oops, something went wrong.