notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ece32b
)
provide DISABLE_MEM_LUTS default
author
notaz
<notasas@gmail.com>
Mon, 9 Oct 2023 18:54:54 +0000
(21:54 +0300)
committer
notaz
<notasas@gmail.com>
Mon, 9 Oct 2023 18:58:13 +0000
(21:58 +0300)
libpcsxcore/psxmem.h
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxmem.h
b/libpcsxcore/psxmem.h
index
a52472c
..
f3c2051
100644
(file)
--- 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) {