diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2026-07-12 22:53:54 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2026-07-12 22:53:54 -0600 |
| commit | fb9768aa46fa51050cb8abb9c1a350b1371ca1c7 (patch) | |
| tree | 600774ec68c5bf017fc1d0e169ca313ba3a2fc52 | |
| parent | d2ac4a4500217ed31b7705cfb92b4255860521d9 (diff) | |
Reenabled sm64 factories on emscripten torch
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 81c9bcb..a4d020b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ option(BUILD_NAUDIO "Build with NAudio support" ON) option(BUILD_UI "Build with the interactive viewer (libultraship + Fast3D + ImGui)" OFF) if(EMSCRIPTEN) - set(BUILD_SM64 OFF) # TODO: This is broken for some reason add_definitions(-D__EMSCRIPTEN__) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --bind -lidbfs.js -s MODULARIZE=1 -s EXPORT_ES6=1 -s NO_DISABLE_EXCEPTION_CATCHING -s ALLOW_MEMORY_GROWTH=1 -s EXPORT_NAME=createModule -s EXPORTED_RUNTIME_METHODS='[\"FS\", \"IDBFS\"]'") if(EMSCRIPTEN_PRELOAD) |
