diff options
author | midipix <writeonce@midipix.org> | 2019-01-26 13:46:58 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-26 13:46:58 -0500 |
commit | 6c368a18680bb2d1625052f21de7eeacb640c8f1 (patch) | |
tree | 6c7d5ce968a922814b7496ca236bbe0b98519cae /arch | |
parent | 0bbce13324169a3b87f36bcbdec311b4a227e6e2 (diff) | |
download | mmglue-6c368a18680bb2d1625052f21de7eeacb640c8f1.tar.bz2 mmglue-6c368a18680bb2d1625052f21de7eeacb640c8f1.tar.xz |
psxglue.h: updated struct __psx_context to match libpsxscl.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/psxglue.h | 2 | ||||
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index ee9d6c4..1bf6ed3 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -38,7 +38,7 @@ struct __psx_context { int size; int options; void * refaddr; - void * libcaddr; + void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; const struct __ldso_vtbl * ldso_vtbl; diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index ee9d6c4..1bf6ed3 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -38,7 +38,7 @@ struct __psx_context { int size; int options; void * refaddr; - void * libcaddr; + void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; const struct __ldso_vtbl * ldso_vtbl; |