summaryrefslogtreecommitdiff
path: root/psp
diff options
context:
space:
mode:
authorneonloop2021-05-05 16:20:45 +0000
committerneonloop2021-05-05 16:20:45 +0000
commit3aa34f7503bbb03e9bcd191f8af4fd5faac66d2e (patch)
tree1be71c0b48ec866b604ab67aa7099be5f4c0283d /psp
parentda0db18b9debadc6ff0241f39bbd9d78ab5328d2 (diff)
downloadpicogpsp-3aa34f7503bbb03e9bcd191f8af4fd5faac66d2e.tar.gz
picogpsp-3aa34f7503bbb03e9bcd191f8af4fd5faac66d2e.tar.bz2
picogpsp-3aa34f7503bbb03e9bcd191f8af4fd5faac66d2e.zip
Revert "Remove BIOS reserved translation area"
This reverts commit fb7ca09b019248b9a0aba481ea55386f71053d73. It seems that commit broke rolling in Minish Cap when using the ARM dynarec.
Diffstat (limited to 'psp')
-rw-r--r--psp/mips_stub.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/psp/mips_stub.S b/psp/mips_stub.S
index 1c4ad4b..62a7731 100644
--- a/psp/mips_stub.S
+++ b/psp/mips_stub.S
@@ -662,6 +662,7 @@ fnptrs:
.global stub_arena
.global rom_translation_cache
.global ram_translation_cache
+.global bios_translation_cache
stub_arena:
.space STUB_ARENA_SIZE
@@ -669,6 +670,8 @@ rom_translation_cache:
.space ROM_TRANSLATION_CACHE_SIZE
ram_translation_cache:
.space RAM_TRANSLATION_CACHE_SIZE
+bios_translation_cache:
+ .space BIOS_TRANSLATION_CACHE_SIZE
#endif