summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--libpcsxcore/ix86_64/README2
2 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c1174774..c27e0f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ November 13, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* libpcsxcore/misc.c: Fixed CheckCdrom() and LoadCdrom() so that format like
"cdrom:\\FILENAME" and "cdrom:/FILENAME" in SYSTEM.CNF can be accepted.
+ * libpcsxcore/ix86_64/README: Removed obsolete information.
* macosx/plugins/CDDeviceInterface/src/PlugCD.c: Changed the include path
to SCSITaskLib.h for compatibility with Mac OS X 10.6 (Thanks maggix).
diff --git a/libpcsxcore/ix86_64/README b/libpcsxcore/ix86_64/README
index 23a798bf..af24e37f 100644
--- a/libpcsxcore/ix86_64/README
+++ b/libpcsxcore/ix86_64/README
@@ -1,4 +1,2 @@
This is the AMD64 dynamic recompiler.
Made from opcodes from PCSX2 0.9.3 and the x86 recompiler modified to fit. ie. currently no AMD64/SSE specific code advantages.
-
-Note that this recompiler currently requires all variables, data heaps, function pointers, etc to be within a 4 Gig range of each other. While this is currently the case through luck and dirty hacks, a proper fix should be implemented.