-
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.
fix: emscripten: fix default settings for sdl_2mixer port
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
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
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,13 @@ | ||
diff --git a/src/settings.js b/src/settings.js | ||
index 981c44fa..17ca0078 100644 | ||
--- a/src/settings.js | ||
+++ b/src/settings.js | ||
@@ -1624,7 +1624,7 @@ var SDL2_IMAGE_FORMATS = []; | ||
|
||
// Formats to support in SDL2_mixer. Valid values: ogg, mp3, mod, mid | ||
// [link] | ||
-var SDL2_MIXER_FORMATS = ["ogg"]; | ||
+var SDL2_MIXER_FORMATS = []; | ||
|
||
// 1 = use sqlite3 from emscripten-ports | ||
// Alternate syntax: --use-port=sqlite3 |