mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
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:
Binary file not shown.
+1
-1
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user