From 96b093b6a66f87a5e5ed576e3db73e0df245a13a Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Oct 2017 09:35:13 -0400 Subject: psxglue.h: added __PSXOPT_VRFS (virtual root file system, aka standalone app). --- arch/nt32/psxglue.h | 1 + arch/nt64/psxglue.h | 1 + 2 files changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index 2d80a86..b72a8d2 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -5,6 +5,7 @@ #define __PSXOPT_POSIX 0x1 #define __PSXOPT_DEBUG 0x2 #define __PSXOPT_LDSO 0x4 +#define __PSXOPT_VRFS 0x8 typedef int __ldso_dladdr(const void * addr, void * info); typedef int __ldso_dlinfo(void * dso, int req, void * res); diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index 2d80a86..b72a8d2 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -5,6 +5,7 @@ #define __PSXOPT_POSIX 0x1 #define __PSXOPT_DEBUG 0x2 #define __PSXOPT_LDSO 0x4 +#define __PSXOPT_VRFS 0x8 typedef int __ldso_dladdr(const void * addr, void * info); typedef int __ldso_dlinfo(void * dso, int req, void * res); -- cgit v1.2.3