X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxmem.h;h=fbf5f67c74ff2e9e7bdc500d131463737bffb989;hb=d79072153d0875761eb9e0f2950cad7b94285287;hp=36b469369d92ddc9c1e7370d84c04498507a7e5f;hpb=87cc59de47301ff0a2e71b5ece28447ec77b0153;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxmem.h b/libpcsxcore/psxmem.h index 36b46936..fbf5f67c 100644 --- a/libpcsxcore/psxmem.h +++ b/libpcsxcore/psxmem.h @@ -122,12 +122,6 @@ extern u8 **psxMemRLUT; #define PSXMu32ref(mem) (*(u32 *)PSXM(mem)) -#ifndef PSXREC -#if defined(NEW_DYNAREC) || defined(LIGHTREC) -#define PSXREC -#endif -#endif - int psxMemInit(); void psxMemReset(); void psxMemShutdown();