diff options
author | twinaphex | 2013-05-26 19:00:45 +0200 |
---|---|---|
committer | twinaphex | 2013-05-26 19:00:45 +0200 |
commit | 24aeb31fad7b983a60ef448cba97d9a2f167664d (patch) | |
tree | e010db4b569dc4ec02ee22b762a1156ccf463c3a /Makefile.libretro | |
parent | 0133074b6007a703ad76b02e2a6fcea97a005647 (diff) | |
download | pcsx_rearmed-24aeb31fad7b983a60ef448cba97d9a2f167664d.tar.gz pcsx_rearmed-24aeb31fad7b983a60ef448cba97d9a2f167664d.tar.bz2 pcsx_rearmed-24aeb31fad7b983a60ef448cba97d9a2f167664d.zip |
Revert "Add hack for broken bin/cue loading right now at startup"
This reverts commit 5f8aa603b1f68d4bf4dbd341fed0e31b21f11bde.
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index a447ea9..9436c8a 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -108,8 +108,6 @@ else CFLAGS += -D__WIN32__ -D__WIN32_LIBRETRO__ endif -CFLAGS += -D__LIBRETRO__ - CFLAGS += -fPIC ifneq ($(platform),qnx) LDLIBS += -lpthread |