mirror of https://github.com/PCSX2/pcsx2.git
The "highload" version of ps2link seems to work fine for our purposes.
So this commit enables the new pcsx2hostfs driver :) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2596 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
82739f9b60
commit
50f48c01e6
Binary file not shown.
|
@ -25,7 +25,7 @@ extern void InitPatch(const wxString& crc);
|
||||||
u32 ElfCRC;
|
u32 ElfCRC;
|
||||||
|
|
||||||
// uncomment this to enable pcsx2hostfs loading when using "load elf"
|
// uncomment this to enable pcsx2hostfs loading when using "load elf"
|
||||||
//#define USE_HOSTFS
|
#define USE_HOSTFS
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
// fixme: ELF command line option system.
|
// fixme: ELF command line option system.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Compilation variables
|
# Compilation variables
|
||||||
|
|
||||||
# Set this to 1 to enable debug mode
|
# 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
|
# 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
|
# Set this to 1 to build ps2link with all the needed IRX builtins
|
||||||
BUILTIN_IRXS = 1
|
BUILTIN_IRXS = 1
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue