summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-26 22:37:58 +0000
committermidipix <writeonce@midipix.org>2019-01-26 17:47:02 -0500
commitb945a6bdf089590cce80e17862d03fbacc5bb3c7 (patch)
treecdf7bc6f5180737dc9c71f54c4ee53c97b146542 /arch
parentfaeb2359bdab1bfa37904d58cec35a8c1be1b983 (diff)
downloadmmglue-b945a6bdf089590cce80e17862d03fbacc5bb3c7.tar.bz2
mmglue-b945a6bdf089590cce80e17862d03fbacc5bb3c7.tar.xz
psxglue.h: update following libpsxscl's introduction of __psx_user_frame().
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/psxglue.h2
-rw-r--r--arch/nt64/psxglue.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h
index 8e32aae..db2a8ed 100644
--- a/arch/nt32/psxglue.h
+++ b/arch/nt32/psxglue.h
@@ -20,7 +20,7 @@ struct __ldso_vtbl {
struct __psx_vtbl {
void (*do_global_ctors_fn) ();
void (*do_global_dtors_fn) ();
- int (*start_main) (int (*)(int,char **,char **), int, char **, int (*)());
+ int (*start_main) (int, char **, int (*)());
void (*convert_thread) (void);
void (*unmapself) (void *, size_t);
ssize_t (*log_output) (void *, ssize_t);
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h
index 8e32aae..db2a8ed 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -20,7 +20,7 @@ struct __ldso_vtbl {
struct __psx_vtbl {
void (*do_global_ctors_fn) ();
void (*do_global_dtors_fn) ();
- int (*start_main) (int (*)(int,char **,char **), int, char **, int (*)());
+ int (*start_main) (int, char **, int (*)());
void (*convert_thread) (void);
void (*unmapself) (void *, size_t);
ssize_t (*log_output) (void *, ssize_t);