mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 03:01:50 +01:00
this should fix the corrupted graphics on emscripten
This commit is contained in:
parent
79d5df0a67
commit
2707890fe9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user