From ffff495072256636a7cd77e4b971f49031c8d82f Mon Sep 17 00:00:00 2001 From: crystalct Date: Tue, 1 Feb 2022 12:50:25 +0100 Subject: [PATCH] Simplified makefile.libretro for PS3 (#492) --- Makefile.libretro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index ce0b618..eced6c1 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -259,10 +259,9 @@ else ifneq (,$(filter $(platform), ps3 psl1ght)) ENDIANNESS_DEFINES = -DMSB_FIRST EXTERNAL_ZLIB = 1 STATIC_LINKING = 1 - - ifneq ($(platdef),) - PLATFORM_DEFINES += -D$(platdef) - else + PLATFORM_DEFINES += -D__PS3__ + + ifeq ($(platform), psl1ght) PLATFORM_DEFINES += -D__PSL1GHT__ endif