From 28bd1fcb797ea86e92eea358c124eede6bdf62c0 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Tue, 7 Sep 2010 00:55:05 +0000 Subject: ported the change in r56828 to dynarec (is the check in psxBASIC() really necessary?), removed powerpc dynarec (cannot test and likely broken). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56896 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/psxmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/psxmem.h') diff --git a/libpcsxcore/psxmem.h b/libpcsxcore/psxmem.h index d9fee002..21a051d3 100644 --- a/libpcsxcore/psxmem.h +++ b/libpcsxcore/psxmem.h @@ -122,7 +122,7 @@ extern u8 **psxMemRLUT; #define PSXMu32ref(mem) (*(u32 *)PSXM(mem)) -#if !defined(PSXREC) && (defined(__x86_64__) || defined(__i386__) || defined(__ppc__)) && !defined(NOPSXREC) +#if !defined(PSXREC) && (defined(__x86_64__) || defined(__i386__)) && !defined(NOPSXREC) #define PSXREC #endif -- cgit v1.2.3