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:
b3ff74b
)
fix build
author
notaz
<notasas@gmail.com>
Tue, 24 Oct 2023 23:07:00 +0000
(
02:07
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 24 Oct 2023 23:07:00 +0000
(
02:07
+0300)
libpcsxcore/new_dynarec/pcsxmem.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/pcsxmem.c
b/libpcsxcore/new_dynarec/pcsxmem.c
index
f4b1d90
..
e16f5ee
100644
(file)
--- a/
libpcsxcore/new_dynarec/pcsxmem.c
+++ b/
libpcsxcore/new_dynarec/pcsxmem.c
@@
-468,7
+468,7
@@
void new_dyna_pcsx_mem_reset(void)
// plugins might change so update the pointers
map_item(&mem_iortab[IOMEM32(0x1810)], GPU_readData, 1);
map_item(&mem_iowtab[IOMEM32(0x1810)], GPU_writeData, 1);
- if (Config.hacks.gpu_busy
_hack
)
+ if (Config.hacks.gpu_busy)
map_item(&mem_iortab[IOMEM32(0x1814)], psxHwReadGpuSRbusyHack, 1);
else
map_item(&mem_iortab[IOMEM32(0x1814)], psxHwReadGpuSR, 1);