aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authortwinaphex2013-05-04 01:10:21 +0200
committertwinaphex2013-05-04 01:10:21 +0200
commit5f8aa603b1f68d4bf4dbd341fed0e31b21f11bde (patch)
treef310b8eba87f3c9008e1f1e9589cde503f3909dc /Makefile.libretro
parentc491fa92b693b60326421094f03b911ee71ef8d7 (diff)
downloadpcsx_rearmed-5f8aa603b1f68d4bf4dbd341fed0e31b21f11bde.tar.gz
pcsx_rearmed-5f8aa603b1f68d4bf4dbd341fed0e31b21f11bde.tar.bz2
pcsx_rearmed-5f8aa603b1f68d4bf4dbd341fed0e31b21f11bde.zip
Add hack for broken bin/cue loading right now at startup
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 8e9cdd1..db1feb0 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -108,6 +108,8 @@ else
CFLAGS += -D__WIN32__ -D__WIN32_LIBRETRO__
endif
+CFLAGS += -D__LIBRETRO__
+
CFLAGS += -fPIC
ifneq ($(platform),qnx)
LDLIBS += -lpthread