Merge pull request #45 from dalter/patch-1

Fix emscripten background parallax FPS delay
This commit is contained in:
Twinaphex 2016-03-02 02:38:13 +01:00
commit f8659917d6

View File

@ -255,7 +255,7 @@ else ifneq (,$(findstring armv,$(platform)))
# emscripten # emscripten
else ifeq ($(platform), emscripten) else ifeq ($(platform), emscripten)
TARGET := $(TARGET_NAME)_libretro_emscripten.bc TARGET := $(TARGET_NAME)_libretro_emscripten.bc
ENDIANNESS_DEFINES := -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN ENDIANNESS_DEFINES := -DLSB_FIRST -DALIGN_LONG -DHAVE_ALLOCA_H -DUSE_DYNAMIC_ALLOC -DUSE_MEMORY_H -DBYTE_ORDER=BIG_ENDIAN -DHAVE_ZLIB
# Windows # Windows
else else