diff options
author | notaz | 2016-09-21 02:07:16 +0300 |
---|---|---|
committer | notaz | 2016-09-21 02:07:16 +0300 |
commit | 1e212a25c55c298490867c2ded029c82db1d2b9d (patch) | |
tree | 9747de48f8382bfcb93530b4f729fe98a6786e97 /Makefile.libretro | |
parent | 186935dccdeb09590c0858b7510c769f5ccb06de (diff) | |
download | pcsx_rearmed-1e212a25c55c298490867c2ded029c82db1d2b9d.tar.gz pcsx_rearmed-1e212a25c55c298490867c2ded029c82db1d2b9d.tar.bz2 pcsx_rearmed-1e212a25c55c298490867c2ded029c82db1d2b9d.zip |
drc: some vita and 3ds support
not tested, mostly just guesswork
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index cbebc5d..223ba9f 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -128,7 +128,7 @@ else ifeq ($(platform), qnx) DRC_CACHE_BASE = 0 BUILTIN_GPU = neon ARCH = arm - CFLAGS += -DBASE_ADDR_FIXED=0 -D__BLACKBERRY_QNX__ -marm -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp + CFLAGS += -D__BLACKBERRY_QNX__ -marm -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp ASFLAGS += -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=softfp # ARM |