CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DFAMEC_NO_GOTOS
STATIC_LINKING = 1
NO_MMAP = 1
+ # PS3 has memory mapped in a way not suitable for DRC
+ use_sh2drc = 0
+ use_svpdrc = 0
# sncps3
else ifeq ($(platform), sncps3)
CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DFAMEC_NO_GOTOS
STATIC_LINKING = 1
NO_MMAP = 1
+ # PS3 has memory mapped in a way not suitable for DRC
+ use_sh2drc = 0
+ use_svpdrc = 0
# Lightweight PS3 Homebrew SDK
else ifeq ($(platform), psl1ght)
CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DFAMEC_NO_GOTOS
STATIC_LINKING = 1
NO_MMAP = 1
+ # PS3 has memory mapped in a way not suitable for DRC
+ use_sh2drc = 0
+ use_svpdrc = 0
# PSP
else ifeq ($(platform), psp1)
#define host_instructions_updated(base, end, force) \
do { if (force) __builtin___clear_cache(base, end); } while (0)
#define emith_update_cache() /**/
-#define emith_rw_offs_max() 0xff
+#define emith_rw_offs_max() 0x1ff
#define emith_uext_ptr(r) /**/