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:
0e720fb
)
lightrec: Increase size of hw registers area
author
Paul Cercueil
<paul@crapouillou.net>
Fri, 4 Aug 2023 15:24:07 +0000
(17:24 +0200)
committer
Paul Cercueil
<paul@crapouillou.net>
Fri, 4 Aug 2023 21:32:27 +0000
(23:32 +0200)
Increase it from 0x2000 bytes (the real area size on a PS1) to 0x8000
bytes to support the BIOS extracted from the PS3 firmware.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
libpcsxcore/lightrec/plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/lightrec/plugin.c
b/libpcsxcore/lightrec/plugin.c
index
72201c1
..
eb3d5e1
100644
(file)
--- a/
libpcsxcore/lightrec/plugin.c
+++ b/
libpcsxcore/lightrec/plugin.c
@@
-291,7
+291,7
@@
static struct lightrec_mem_map lightrec_map[] = {
[PSX_MAP_HW_REGISTERS] = {
/* Hardware registers */
.pc = 0x1f801000,
- .length = 0x
2
000,
+ .length = 0x
8
000,
.ops = &hw_regs_ops,
},
[PSX_MAP_CACHE_CONTROL] = {