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:
9ffe8d5
)
Fix PSX unmap issue causing crash on exit
author
CatalystG
<CatalystGdev@gmail.com>
Sat, 9 Mar 2013 15:07:12 +0000
(10:07 -0500)
committer
notaz
<notasas@gmail.com>
Fri, 15 Mar 2013 00:19:21 +0000
(
02:19
+0200)
libpcsxcore/psxmem.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxmem.c
b/libpcsxcore/psxmem.c
index
4373121
..
f12a981
100644
(file)
--- a/
libpcsxcore/psxmem.c
+++ b/
libpcsxcore/psxmem.c
@@
-198,7
+198,7
@@
void psxMemReset() {
void psxMemShutdown() {
psxUnmap(psxM, 0x00210000, MAP_TAG_RAM);
- psxUnmap(psxH, 0x1
f80
0000, MAP_TAG_OTHER);
+ psxUnmap(psxH, 0x10000, MAP_TAG_OTHER);
psxUnmap(psxR, 0x80000, MAP_TAG_OTHER);
free(psxMemRLUT);