git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@37119 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2009-11-13 12:42:02 +00:00
parent 2beede75b4
commit 535ffb34de
2 changed files with 1 additions and 2 deletions

View File

@ -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).

View File

@ -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.