summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-13 12:42:02 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-13 12:42:02 +0000
commit535ffb34de0c5108910f395bb1c0c451ca74d8b5 (patch)
treec60719b4a17a35107477d5a816371dcc58faa809 /libpcsxcore
parent2beede75b40b0c5a7da23c467fa5d4812e5e8e73 (diff)
downloadpcsxr-535ffb34de0c5108910f395bb1c0c451ca74d8b5.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@37119 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/ix86_64/README2
1 files changed, 0 insertions, 2 deletions
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.