0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-04 02:15:21 +00:00

mupen64plus_next: RPi5: patch to adjust alignment for RPi5

This commit is contained in:
Tomáš Kelemen (vudiq)
2025-02-28 15:05:08 +01:00
parent 8f69d1cdde
commit b96280f4e1

@ -0,0 +1,13 @@
diff --git a/mupen64plus-core/src/device/r4300/r4300_core.h b/mupen64plus-core/src/device/r4300/r4300_core.h
index 5b5b7ea..30f2bbe 100644
--- a/mupen64plus-core/src/device/r4300/r4300_core.h
+++ b/mupen64plus-core/src/device/r4300/r4300_core.h
@@ -181,7 +181,7 @@ struct r4300_core
/* FIXME: better put that near linkage_arm code
* to help generate call beyond the +/-32MB range.
*/
- ALIGN(4096, char extra_memory[33554432]);
+ ALIGN(16384, char extra_memory[33554432]);
struct new_dynarec_hot_state new_dynarec_hot_state;
#endif /* NEW_DYNAREC */