diff --git a/Makefile.emscripten b/Makefile.emscripten index d07324bc57..ffb1f9e9fc 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -1,6 +1,6 @@ TARGET := retroarch.js -EOPT = USE_ZLIB=1 USE_SDL=2 # Emscripten specific options +EOPT = USE_ZLIB=1 # Emscripten specific options EOPTS = $(addprefix -s $(EMPTY), $(EOPT)) # Add '-s ' to each option PTHREAD = 0 diff --git a/pkg/emscripten/libretro/embed.html b/pkg/emscripten/libretro/embed.html index 7eb753ba03..6124b7a843 100644 --- a/pkg/emscripten/libretro/embed.html +++ b/pkg/emscripten/libretro/embed.html @@ -19,8 +19,8 @@
diff --git a/pkg/emscripten/libretro/index.html b/pkg/emscripten/libretro/index.html index 407a84e4fa..79cc7ac221 100644 --- a/pkg/emscripten/libretro/index.html +++ b/pkg/emscripten/libretro/index.html @@ -19,8 +19,8 @@