diff --git a/Makefile.libretro b/Makefile.libretro index 3b5ce1e..6cdb82a 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -63,6 +63,7 @@ else ifeq ($(platform), psp1) AR = psp-ar$(EXE_EXT) ENDIANNESS_DEFINES := -DLSB_FIRST PLATFORM_DEFINES := -DPSP + CFLAGS += -G0 else ifeq ($(platform), xenon) TARGET := libretro_xenon360.a CC = xenon-gcc$(EXE_EXT)