X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxmem.h;h=fbf5f67c74ff2e9e7bdc500d131463737bffb989;hb=687b45804b5c028dd5644bda85981c0235eb4d32;hp=d9fee0023a390c0de201829a737f547282f41d27;hpb=d28b54b1d1d161b3f3acc3299c43106a022451e6;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxmem.h b/libpcsxcore/psxmem.h index d9fee002..fbf5f67c 100644 --- a/libpcsxcore/psxmem.h +++ b/libpcsxcore/psxmem.h @@ -122,10 +122,6 @@ extern u8 **psxMemRLUT; #define PSXMu32ref(mem) (*(u32 *)PSXM(mem)) -#if !defined(PSXREC) && (defined(__x86_64__) || defined(__i386__) || defined(__ppc__)) && !defined(NOPSXREC) -#define PSXREC -#endif - int psxMemInit(); void psxMemReset(); void psxMemShutdown();