diff --git a/bin/pcsx2hostfs_ldr.elf b/bin/pcsx2hostfs_ldr.elf new file mode 100644 index 0000000000..f0d8a59979 Binary files /dev/null and b/bin/pcsx2hostfs_ldr.elf differ diff --git a/pcsx2/Elfheader.cpp b/pcsx2/Elfheader.cpp index 4670d08c3f..cb07c19700 100644 --- a/pcsx2/Elfheader.cpp +++ b/pcsx2/Elfheader.cpp @@ -25,7 +25,7 @@ extern void InitPatch(const wxString& crc); u32 ElfCRC; // uncomment this to enable pcsx2hostfs loading when using "load elf" -//#define USE_HOSTFS +#define USE_HOSTFS #if 0 // fixme: ELF command line option system. diff --git a/pcsx2hostfs/Makefile b/pcsx2hostfs/Makefile index 9c3df22c58..c0ff05afc3 100644 --- a/pcsx2hostfs/Makefile +++ b/pcsx2hostfs/Makefile @@ -1,10 +1,10 @@ # Compilation variables # Set this to 1 to enable debug mode -DEBUG = 1 +DEBUG = 0 # Set this to 1 to build a highloading version, 0 for normal low version -LOADHIGH = 0 +LOADHIGH = 1 # Set this to 1 to build ps2link with all the needed IRX builtins BUILTIN_IRXS = 1 diff --git a/pcsx2hostfs/ee/pcsx2hostfs_ldr.elf b/pcsx2hostfs/ee/pcsx2hostfs_ldr.elf index 3a34073612..f0d8a59979 100644 Binary files a/pcsx2hostfs/ee/pcsx2hostfs_ldr.elf and b/pcsx2hostfs/ee/pcsx2hostfs_ldr.elf differ