From 2707890fe9b91e4b3326b4bf30b13ccf50d6dbb3 Mon Sep 17 00:00:00 2001 From: Toad King Date: Sat, 10 Sep 2016 14:04:14 -0500 Subject: [PATCH] this should fix the corrupted graphics on emscripten --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index ec8d06a..7bc2a40 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -267,7 +267,7 @@ else ifneq (,$(findstring armv,$(platform))) # emscripten else ifeq ($(platform), emscripten) TARGET := $(TARGET_NAME)_libretro_$(platform).bc - ENDIANNESS_DEFINES := -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN -DHAVE_ZLIB + ENDIANNESS_DEFINES := -DLSB_FIRST -DALIGN_LONG -DBYTE_ORDER=LITTLE_ENDIAN -DHAVE_ZLIB STATIC_LINKING = 1 # GCW0