X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxmem.h;fp=libpcsxcore%2Fpsxmem.h;h=f3c2051b875392c7d4aed35731e0ae1081729fca;hp=a52472c6d08a422da2ae02ea3138f3a30a753d4e;hb=78a6da0cc3511f4159bf2c648e7e72dc13204492;hpb=9ece32be0b943bfc3cb0bf23dc08730431c01ec7 diff --git a/libpcsxcore/psxmem.h b/libpcsxcore/psxmem.h index a52472c6..f3c2051b 100644 --- a/libpcsxcore/psxmem.h +++ b/libpcsxcore/psxmem.h @@ -116,6 +116,10 @@ extern u8 **psxMemWLUT; extern u8 **psxMemRLUT; extern int cache_isolated; +#ifndef DISABLE_MEM_LUTS +#define DISABLE_MEM_LUTS 0 +#endif + static inline void * psxm_lut(u32 mem, int write, u8 **lut) { if (!DISABLE_MEM_LUTS) {