From e48363078f15fe3b0d8a9693cab934eebf004445 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 16 Sep 2017 09:13:48 +0200 Subject: [PATCH] Define MSB_FIRST for 360 --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index f38c3f4..746f896 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -445,6 +445,7 @@ export LIB := $(XEDK)/lib/xbox PSS_STYLE :=2 CFLAGS += -D_XBOX -D_XBOX360 CXXFLAGS += -D_XBOX -D_XBOX360 +ENDIANNESS_DEFINES += -DMSB_FIRST STATIC_LINKING=1 # Windows MSVC 2005 x86 else ifeq ($(platform), windows_msvc2005_x86)