diff options
author | midipix <writeonce@midipix.org> | 2017-10-15 10:44:35 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-15 10:47:47 -0400 |
commit | 3cf872b2308a739c34cd402e0f0bdeec51734f16 (patch) | |
tree | 298f72ef33b6782f9ec0b0048479b703dd5ed70b /arch | |
parent | ee93f3978c3c1cb13186ac84faad97970c656a1e (diff) | |
download | mmglue-3cf872b2308a739c34cd402e0f0bdeec51734f16.tar.bz2 mmglue-3cf872b2308a739c34cd402e0f0bdeec51734f16.tar.xz |
psxglue.h: renamed __PSXOPT_DEBUG --> __PSXOPT_DINGA.
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 b72a8d2..abe6365 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -3,7 +3,7 @@ #define __PSXOPT_NATIVE 0x0 #define __PSXOPT_POSIX 0x1 -#define __PSXOPT_DEBUG 0x2 +#define __PSXOPT_DINGA 0x2 #define __PSXOPT_LDSO 0x4 #define __PSXOPT_VRFS 0x8 diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index b72a8d2..abe6365 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -3,7 +3,7 @@ #define __PSXOPT_NATIVE 0x0 #define __PSXOPT_POSIX 0x1 -#define __PSXOPT_DEBUG 0x2 +#define __PSXOPT_DINGA 0x2 #define __PSXOPT_LDSO 0x4 #define __PSXOPT_VRFS 0x8 |