summaryrefslogtreecommitdiffhomepage
path: root/psxstub.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'psxstub.local.patch')
-rw-r--r--psxstub.local.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/psxstub.local.patch b/psxstub.local.patch
new file mode 100644
index 00000000..a19da09d
--- /dev/null
+++ b/psxstub.local.patch
@@ -0,0 +1,16 @@
+diff --git a/stub.S b/stub.S
+index 1d6e11a..6874c51 100644
+--- a/stub.S
++++ b/stub.S
+@@ -1,8 +1,8 @@
+ .text
+ .globl __psx_init
+ .globl ___psx_init
+-.globl _so_entry_point
+-.globl __so_entry_point
++.weak _so_entry_point
++.weak __so_entry_point
+
+ .def __psx_init; .scl 2; .type 32; .endef
+ .def ___psx_init; .scl 2; .type 32; .endef
+